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

Where to use dropout in Resnets? #8

Open
roysubhankar opened this issue Sep 27, 2021 · 1 comment
Open

Where to use dropout in Resnets? #8

roysubhankar opened this issue Sep 27, 2021 · 1 comment

Comments

@roysubhankar
Copy link

Hi, Thanks for sharing the code for your paper.

Could you please tell me where I must use the dropout layers in a resnet50 for a classification task on 224x224 resolution images? Do you have some insights regarding where they must be used to obtain a good estimate of uncertainty?

Thanks.

@Hugo101
Copy link

Hugo101 commented Dec 19, 2021

Hi @roysubhankar , I have the same question. I am also wondering how to do this.
Hi @nayeemrizve , that would be really helpful if you could explain this.
I noticed that dropout is attached here in the shakeshakeblock:

if self.dropout > 0:

Thank you so much!

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