AndySun

Results 2 issues of AndySun

@ranchlai 感谢分享!按照readme,一步一步运行会报错: loading model from ./checkpoint/checkpoint_500000.pth Traceback (most recent call last): File "synthesize.py", line 123, in model = build_model().to(device) File "synthesize.py", line 50 in build_model model.load_state_dict(sd) File "/usr/local/lib/....../module.py, line 1224,...

According to procedure, I run: python3 train.py --input_dir ../dataset/training_data --tacotron_input ../dataset/training_data/train.txt --model='Tacotron' But *ValueError: cannot reshape array of size 137996 into shape (20)* exists. --------------in detail---------------- Tacotron training set to...