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
Eval in https://github.com/udacity/deep-learning-v2-pytorch/blob/master/convolutional-neural-networks/mnist-mlp/mnist_mlp_solution_with_validation.ipynb
#399
Open
PavelAgurov opened this issue
Jun 27, 2022
· 0 comments
Hi,
In code https://github.com/udacity/deep-learning-v2-pytorch/blob/master/convolutional-neural-networks/mnist-mlp/mnist_mlp_solution_with_validation.ipynb when we do validation and test result we should call model.eval(). Right?
Specially because we have DropOut layers.
BR,
Pavel
The text was updated successfully, but these errors were encountered: