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

Inverted Dropout not working #2

Open
rrmina opened this issue Apr 1, 2019 · 2 comments
Open

Inverted Dropout not working #2

rrmina opened this issue Apr 1, 2019 · 2 comments
Labels

Comments

@rrmina
Copy link
Owner

rrmina commented Apr 1, 2019

  1. Model doesn't learn when using inverted dropout
  2. Vanilla Dropout has no problem
@rrmina rrmina added bug Something isn't working help wanted Extra attention is needed labels Apr 1, 2019
rrmina added a commit that referenced this issue Apr 9, 2019
@rrmina
Copy link
Owner Author

rrmina commented Apr 9, 2019

I tried simply implementing inverted dropout by multiplying constants (and backpropagating multiply operation) and it worked! IDK why I was failing when before!

@rrmina rrmina added Fixed and removed bug Something isn't working help wanted Extra attention is needed labels Apr 9, 2019
@rrmina
Copy link
Owner Author

rrmina commented Apr 9, 2019

Empirical evidences show that inverted dropout performs better than vanilla dropout!

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

No branches or pull requests

1 participant