Skip to content

Why does the ResNext use original Residual Block instead of pre-activation residual block? #53

Open
@Itsanewday

Description

@Itsanewday

In the Identity Mapping, the author claimed that pre-activation is better than post-activation, but i find that in the ResNext , the residual blocks are the original post activation residual blocks, like conv->bn->relu->conv->bn->sum->relu instead of bn->relu->conv->bn->relu->conv->sum. Can you help we? Thanks a lot

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