Skip to content

Fix num_strides in uresnet_lonely (and other models potentially) #76

@Temigo

Description

@Temigo

We agreed that num_strides should describe the number of downsampling operations (i.e. number of strides). This is not currently the case, at least not in uresnet_lonely: for example a spatial size of 768 leads to 6 feature maps of size [768, 384, 192, 96, 48, 24], which according to the above should be described at num_strides: 5 (currently resulting from num_strides: 6). We should update the implementation to match the description above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions