Skip to content

Question on transition layer: BN-->conv-->relu order #4

@Sirius083

Description

@Sirius083

I have one question on cifar/mixnet.py
Line 73- Line 79, the convolution operation order is BN --> conv(1,1) --> relu
Usually in conv (resnet version 2), the order is bn-relu-conv (the same as other convolutional layer in the code)
However, in transition layer, why is there a difference?
Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions