Skip to content

Order of maxpool / relu after CNN 5th layer #8

@kelvin-21

Description

@kelvin-21

Hi! I wonder after conv5, should we do maxpool2d first or relu first?

From the instruction in jupyter notebook, it seems we do maxpool2d before relu. I thought it should be the other way round.

The architecture should be:

(* skipped ... *)

conv2d, 5x5, 64->128, padding=2

maxpool2d

Relu()

flatten the feature map

...

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