Skip to content

A question about parameter sharing inside poly-3 modules #3

@creafz

Description

@creafz

After inspection of the model parameters, I noticed that each BatchNorm layer inside a poly-3 module has a different set of parameters. For example parameters for layers inception_resnet_b_1_path1_1x7_bn, inception_resnet_b_1_poly2_block1_path1_1x7_bn and inception_resnet_b_1_poly2_block2_path1_1x7_bn differ while inception_resnet_b_1_path1_1x7, inception_resnet_b_1_poly2_block1_path1_1x7 and inception_resnet_b_1_poly2_block2_path1_1x7 Convolutional layers have the same parameters.

Is my understanding correct that respective Convolutional layers are shared between all Inception blocks inside a poly-3 module while each BatchNorm layer inside an Inception block has its own set of parameters and therefore parameters of BatchNorm layers are not shared?

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