Skip to content

Why is ShuffleNetV1 different from description in paper ? #16

@LuYanFCP

Description

@LuYanFCP

Difference

Your code in ShuffleNetV1/blocks.py

x = self.branch_main_1(x)
if self.group > 1:
    x = self.channel_shuffle(x)
x = self.branch_main_2(x)

The channel_shuffle operation is in the next of conv3x3 operation. But in the paper, the channel_shuffle operation occurs before the con3x3 operation.
image

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