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
Hello, excuse me, there was no problem during the training, but this error occurred during the prediction. I'm actually extracting predict as a function
Uh oh!
There was an error while loading. Please reload this page.
Hello, excuse me, there was no problem during the training, but this error occurred during the prediction. I'm actually extracting predict as a function
PATH = './snapshot/best_steps_8600.pt'
args = confog_args()
text_field = data.Field(lower=True)
label_field = data.Field(sequential=False)
args.vocabulary_size = len(text_field.vocab)
args.cuda = args.device != -1 and torch.cuda.is_available()
In addition, the training data should also be loaded when predicting ?????
Looking forward to your reply. Thank you
The text was updated successfully, but these errors were encountered: