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
Thank you for your excellent work!
During training, the validation set was set to LMO instead of YCBV as specified in the program, and the initial weights for the IST network were set to $ROOT_DIR/pretrained/loftr_indoor_ot.ckpt. During validation, an error occurred: the loss was NaN. The specific line is in loss.py at line 67: assert not torch.isnan(loss).
The text was updated successfully, but these errors were encountered:
Thank you for your excellent work!
During training, the validation set was set to LMO instead of YCBV as specified in the program, and the initial weights for the IST network were set to $ROOT_DIR/pretrained/loftr_indoor_ot.ckpt. During validation, an error occurred: the loss was NaN. The specific line is in loss.py at line 67: assert not torch.isnan(loss).
The text was updated successfully, but these errors were encountered: