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
Students who forgot to distinguish training mode were able to pass test_nn_dropout . They would be caught in mysterious accuracy error towards the end of HW.
The text was updated successfully, but these errors were encountered:
Guan-t7
changed the title
test_nn_dropout should test for identity mapping under eval()
test_nn_dropout should test for identity mapping when module is not training
Oct 1, 2023
Students who forgot to distinguish training mode were able to pass
test_nn_dropout
. They would be caught in mysterious accuracy error towards the end of HW.The text was updated successfully, but these errors were encountered: