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

Change downsample ratio to 16 #276

Closed
gauravfotedar opened this issue Apr 12, 2021 · 2 comments
Closed

Change downsample ratio to 16 #276

gauravfotedar opened this issue Apr 12, 2021 · 2 comments

Comments

@gauravfotedar
Copy link

gauravfotedar commented Apr 12, 2021

Currently, downsampling is 32. Is there a way to change it to 16 and still use pre-trained weights?

EDIT: I ended up reducing stride in the block_args. Is this the best way? Is there a way to know the stride of which block (early or late stage) should be changed for minimal change in performance?

@lukemelas
Copy link
Owner

Yes, that should be a good way. Regardless, if it is possible, you will want to finetune the network before you use it, because it has been trained with 32x downsampling. That being said, since you only did a tiny change, it should be very quick to finetune it.

@lukemelas
Copy link
Owner

Going to close this, just reopen it if you have more questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants