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
Very nice work! But maybe there is an oversight in main_stereo.py. After validation in training stage, model.training is still False since model.train() is not called until the new epoch is coming. When the length of train_loader is not equal with the val_freq, this may result in losing several supervisions of disparity except the last one.
The text was updated successfully, but these errors were encountered:
Very nice work! But maybe there is an oversight in
main_stereo.py
. After validation in training stage,model.training
is stillFalse
sincemodel.train()
is not called until the new epoch is coming. When the length oftrain_loader
is not equal with theval_freq
, this may result in losing several supervisions of disparity except the last one.The text was updated successfully, but these errors were encountered: