TTS/.compute

17 lines
784 B
Plaintext
Raw Normal View History

2018-06-21 13:46:20 +00:00
#!/bin/bash
2019-04-18 15:34:54 +00:00
yes | apt-get install sox
2019-04-23 12:58:00 +00:00
yes | apt-get install ffmpeg
2019-02-20 15:45:31 +00:00
yes | apt-get install espeak
2019-04-29 09:35:52 +00:00
yes | apt-get install tmux
yes | apt-get install zsh
2019-05-22 23:52:10 +00:00
pip3 install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp37-cp37m-linux_x86_64.whl
2019-05-06 14:14:02 +00:00
# wget https://www.dropbox.com/s/m8waow6b3ydpf6h/MozillaDataset.tar.gz?dl=0 -O /data/rw/home/mozilla.tar
2019-04-29 09:35:52 +00:00
wget https://www.dropbox.com/s/wqn5v3wkktw9lmo/install.sh?dl=0 -O install.sh
sudo sh install.sh
2019-02-20 15:45:31 +00:00
python3 setup.py develop
2019-05-28 12:27:21 +00:00
# cp -R ${USER_DIR}/Mozilla_22050 ../tmp/
cp -R ${USER_DIR}/GermanData ../tmp/
python3 distribute.py --config_path config_tacotron.json --data_path ../tmp/GermanData/karlsson/
2019-04-29 09:35:52 +00:00
# python3 distribute.py --config_path config_cluster.json --data_path ${SHARED_DIR}/data/mozilla/Judy/
2019-05-22 23:52:10 +00:00
while true; do sleep 1000000; done