MultiSpeech
1.0.0
這是多語言的Pytorch實現:多演講者文本到Transformer的語音

為了在數據上訓練模型,請按照以下步驟操作
speaker_id,audio_path,text,duration
0|file/to/file.wav|the text in that file|3.2
揚聲器ID應該是整數,從0開始
python -m venv env source env/bin/activatepip install -r requirements.txtpython train.py --train_path train_data.txt --test_path test_data.txt --checkpoint_dir outdir --epoch 100 --batch_size 64