Skip to content

Wrong number of channels for g=1, stage4: should be 576, not 567 #13

@romankap

Description

@romankap

In init function of 'ShuffleNet' class, when groups==1 the number of channels should be 576, not 567.

The correct case should be:

if groups == 1:
self.stage_out_channels = [-1, 24, 144, 288, 576]

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