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

[FIX] drop-out option warning #13

Open
ruohoruotsi opened this issue Apr 27, 2019 · 0 comments
Open

[FIX] drop-out option warning #13

ruohoruotsi opened this issue Apr 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ruohoruotsi
Copy link
Member

ruohoruotsi commented Apr 27, 2019

Fix drop-out option warning, esp. as its distracting and muddies the output of the Jupyter prediction notebook.

/Users/iroro/anaconda3/lib/python3.6/site-packages/torch/nn/modules/rnn.py:46: 
UserWarning: dropout option adds dropout after all but last recurrent layer,
so non-zero dropout expects num_layers greater than 1, 
but got dropout=0.3 and num_layers=1 "num_layers={}".format(dropout, num_layers))
@ruohoruotsi ruohoruotsi added the bug Something isn't working label Apr 27, 2019
@ruohoruotsi ruohoruotsi self-assigned this Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant