Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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