-
Notifications
You must be signed in to change notification settings - Fork 4.2k
No .eval() in tutorials #208
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
Comments
Actually I was just about opening an issue on this. In the TRANSLATION WITH A SEQUENCE TO SEQUENCE NETWORK AND ATTENTION, (https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html), |
@kwasnydam helping fix an error you've found is very helpful, so thanks. Rough steps are as follows, :
|
See pytorch/vision#405 for a doc update and link to a forum thread. It seems that actually people following any of the basic tutorials will miss
.eval()
, which admittedly is not as easy to come across as it should be. We should update some of the basic tutorials to add this note.The text was updated successfully, but these errors were encountered: