r9y9 / deepvoice3_pytorch

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models
https://r9y9.github.io/deepvoice3_pytorch/
Other
1.96k stars 482 forks source link

n_vocab AttributeError #225

Open SODAsoo07 opened 2 years ago

SODAsoo07 commented 2 years ago

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