You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use Dropout(0.5) in a number of places in the code. We should explore both where to put the dropout layers, as well as what percentage to drop out, and make a nice pretty graph about it. Here's a relevant comment thread about dropout layers:
Right now we use
Dropout(0.5)
in a number of places in the code. We should explore both where to put the dropout layers, as well as what percentage to drop out, and make a nice pretty graph about it. Here's a relevant comment thread about dropout layers:https://www.reddit.com/r/MachineLearning/comments/42nnpe/why_do_i_never_see_dropout_applied_in/
The text was updated successfully, but these errors were encountered: