-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
down ratio #53
Comments
You will need to modify the network files. Currently, DLA supports down ratio [2, 4, 8, 16] and other networks only support 4. You will need to design how to do upsample yourself. I haven't tried down ratio 1 for any networks, but have tried down ratio 2 for dla on pascal once. The result becomes worse (-2 mAP) than downsample 4, if not changing any other hyper-parameters. You are welcomed to share/ discuss your results for changing down ratio. |
@xingyizhou Thanks for your help, i'll try it later. |
Is there any update on this thread for trying down ratio of 1? |
If I want to change the down ratio from 4 to 1, where should I change the code?
The text was updated successfully, but these errors were encountered: