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
I am trying to replicate the results of the paper, and also extend it for segmentation.
Why is "sample" always true for both training and validation passes in the forward method of the network modules? Shouldn't validation just use the acquired weights from the training phase? Also, I am unable to understand why the validation run uses "net.train()" instead of "net.eval()".
Any clarifications would be super helpful. Thanks!
The text was updated successfully, but these errors were encountered:
I am trying to replicate the results of the paper, and also extend it for segmentation.
Why is "sample" always true for both training and validation passes in the forward method of the network modules? Shouldn't validation just use the acquired weights from the training phase? Also, I am unable to understand why the validation run uses "net.train()" instead of "net.eval()".
Any clarifications would be super helpful. Thanks!
The text was updated successfully, but these errors were encountered: