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

Dropout wasn't working in the code? #41

Closed
zhangyuygss opened this issue Apr 30, 2018 · 1 comment
Closed

Dropout wasn't working in the code? #41

zhangyuygss opened this issue Apr 30, 2018 · 1 comment

Comments

@zhangyuygss
Copy link

Hi, I noticed that the author defined a dropout layer here, but it seems that this layer wasn't used during the forward of the network. Could you please explain about the dropout implementation in more detail?

@zhangyuygss
Copy link
Author

Found that the dropout was done by replacing the last fc layer of the basemodel, the forward function of the basemodel would do the dropout.

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

1 participant