MultiSpeech
1.0.0
นี่คือการใช้ pytorch ของ multispeech: ข้อความหลายลำโพงเพื่อพูดด้วยหม้อแปลง

ในการฝึกอบรมแบบจำลองข้อมูลของคุณให้ทำตามขั้นตอนด้านล่าง
speaker_id,audio_path,text,duration
0|file/to/file.wav|the text in that file|3.2
รหัสลำโพงควรเป็นจำนวนเต็มและเริ่มตั้งแต่ 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