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
How to evaluate the model on test set? When I run the command "python train.py --resume {saved_model_path} --dataset XXX --test", I am getting "Keyerror : 0". This error generates from the getitem function of test data loader.
Moreover, phrase_out and word_split are getting returned from the getitem function but not getting used in test_epoch function (located in train.py). Then what's the point of returning these two?
The text was updated successfully, but these errors were encountered:
How to evaluate the model on test set? When I run the command "python train.py --resume {saved_model_path} --dataset XXX --test", I am getting "Keyerror : 0". This error generates from the getitem function of test data loader.
Moreover, phrase_out and word_split are getting returned from the getitem function but not getting used in test_epoch function (located in train.py). Then what's the point of returning these two?
The text was updated successfully, but these errors were encountered: