deepvoice3_pytorch icon indicating copy to clipboard operation
deepvoice3_pytorch copied to clipboard

n_vocab AttributeError

Open SODAsoo07 opened this issue 4 years ago • 0 comments

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

SODAsoo07 avatar Oct 11 '21 09:10 SODAsoo07