Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Temigo opened this issue Sep 18, 2020 · 0 comments
Open

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

Temigo opened this issue Sep 18, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Temigo
Copy link
Member

Temigo commented Sep 18, 2020

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.

@Temigo Temigo added the bug Something isn't working label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant