Skip to content

Why use padding = [0, 0] in downsampling layers of FBNet V3 ? #53

@changlin31

Description

@changlin31

In FBNet V3, the padding of downsampling layer is set to [1, 1] for kernel_size 5 and [0, 0] for kernel_size 3, resulting in smaller resolution in later stages (i.e. 13x13 and 6x6 in the last two stages). This is not a common setting in other network, including MBNet and previous version of FBNet.

Why do you make such adjustment in FBNet V3? How does it affect the accuracy? Thanks in advance.

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