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
2.Not calling net.eval(): The model remains in training mode during validation, which may lead to unstable model outputs because Dropout and Batch Normalization layers operate according to the training mode.
valid_gt_encoder
validation fromvalid_dataloaders
, and made it ontrain_dataloaders
?net.eval()
, so what is the reason?The text was updated successfully, but these errors were encountered: