Skip to content

create_downsample_fn_matrix params is wrong #9

@moontree

Description

@moontree
    dwmatrix = create_downsample_fn_matrix(self.num_branches, features, self.num_branches, output_channels)

should be
dwmatrix = create_downsample_fn_matrix(self.num_branches, features, self.num_outputs, output_channels)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions