Skip to content

MobileNetv2 skip connections differing from torchvision implementation  #149

@sydarb

Description

@sydarb

There shouldn't be any skip connections for inverted residual blocks having input channel != output channel.
ref : https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv2.py#L32

if stride == 1 and in_planes != out_planes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions