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

dp.Dropout failes when dropout = 0.0 #21

Open
filmo opened this issue Jan 14, 2016 · 0 comments
Open

dp.Dropout failes when dropout = 0.0 #21

filmo opened this issue Jan 14, 2016 · 0 comments

Comments

@filmo
Copy link

filmo commented Jan 14, 2016

Missing an 'else' condition in fprop to handle passing 0.0 into dp.Dropout() to 'deactivate' a dropout layer.

Obviously, one can just comment out a dropout layer in the network definition, but probably better to allow '0' to be passed in to turn off Dropout when experimenting with network structures programatically.

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