Skip to content

Wrong feature map size after conv7 in the picture #100

@denisshaf

Description

@denisshaf

The size of the feature map after the 4th max-pooling is 19x19, then it's (19 - 3) / 1 + 1 = 17 after 3x3 pooling with stride 1, and after conv6 the size is (17 + 26 - (62 + 1)) / 1 + 1 = 17, but the size in the picture is 19.

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