Jason

Results 6 issues of Jason

G:\vae_tacotron2-master>python train.py --model='Tacotron' Traceback (most recent call last): File "train.py", line 33, in main() File "train.py", line 24, in main raise ValueError('please enter a valid model to train: {}'.format(accepted_models)) ValueError:...

pip install -r -requirements.txt Just install the libraries in the requirement? LWS?

Excuse me when I run utt_to_lab.py The first run was successful, but the second one was wrong ![image](https://user-images.githubusercontent.com/51775884/104124404-a775b200-538b-11eb-91f6-841f08d92225.png) ` File "/home/桌面/2019tts/tts_data_tools-master/tts_data_tools/lab_gen/utt_to_lab.py", line 97, in utts_to_dumps *glob.glob('label_POS_train/label_phone_align/dump/*')], check=True) File "/home/anaconda3/envs/pytorch/lib/python3.6/subprocess.py", line...

总是出现ValueError: operands could not be broadcast together with shapes (1,1025) (0,) ? 您能帮我解决么

To train both models sequentially (one after the other): python train.py --model='Tacotron-2' Feature prediction model can separately be trained using: python train.py --model='Tacotron' checkpoints will be made each 5000 steps...

不知道前辈有用VAE rishikksh20 /vae_tacotron2来实现语音合成没