mirror of
https://github.com/wassname/TTS.git
synced 2026-09-20 12:30:22 +08:00
6 lines
277 B
Bash
6 lines
277 B
Bash
#!/bin/bash
|
|
pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.1.post2-cp36-cp36m-linux_x86_64.whl
|
|
yes | apt-get install espeak
|
|
python3 setup.py develop
|
|
python3 train.py --config_path config_cluster.json --data_path ${SHARED_DIR}/data/Blizzard/Nancy/ --debug true
|