Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Turn off dropout at predict time #79

Closed
ilblackdragon opened this issue Jan 14, 2016 · 0 comments
Closed

Turn off dropout at predict time #79

ilblackdragon opened this issue Jan 14, 2016 · 0 comments
Labels
Milestone

Comments

@ilblackdragon
Copy link
Contributor

Currently, dropout is still applied at test time, which leads to incorrect results.

The proposed solution is to gather all dropout probability nodes and feed dict the probability 0 when run predict.

@ilblackdragon ilblackdragon added this to the 0.1 milestone Jan 14, 2016
ilblackdragon added a commit that referenced this issue Jan 15, 2016
Fixes #79: Zeros dropouts on prediction
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant