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
Traceback (most recent call last):
File "train.py", line 973, in
model = build_model().to(device)
File "train.py", line 816, in build_model
n_vocab=_frontend.n_vocab,
AttributeError: 'NoneType' object has no attribute 'n_vocab'
If you change the frontend of hparams.py to jp and run train.py, the error is output
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 973, in
model = build_model().to(device)
File "train.py", line 816, in build_model
n_vocab=_frontend.n_vocab,
AttributeError: 'NoneType' object has no attribute 'n_vocab'
If you change the frontend of hparams.py to jp and run train.py, the error is output
The text was updated successfully, but these errors were encountered: