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
|
2020-11-02 11:44:41 +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-11-20 12:53:16 +00:00
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
2019-10-15 13:05:42 +00:00
|
|
|
pip3 install https://download.pytorch.org/whl/cu100/torch-1.3.0%2Bcu100-cp36-cp36m-linux_x86_64.whl
|
2019-04-29 09:35:52 +00:00
|
|
|
sudo sh install.sh
|
2020-11-02 11:44:41 +00:00
|
|
|
# pip install pytorch==1.7.0+cu100
|
|
|
|
# python3 setup.py develop
|
2019-10-12 23:22:30 +00:00
|
|
|
# python3 distribute.py --config_path config.json --data_path /data/ro/shared/data/keithito/LJSpeech-1.1/
|
2019-06-14 14:18:49 +00:00
|
|
|
# cp -R ${USER_DIR}/Mozilla_22050 ../tmp/
|
|
|
|
# python3 distribute.py --config_path config_tacotron_gst.json --data_path ../tmp/Mozilla_22050/
|
2019-10-12 23:22:30 +00:00
|
|
|
# python3 distribute.py --config_path config.json --data_path /data/rw/home/LibriTTS/train-clean-360
|
2019-10-15 13:05:42 +00:00
|
|
|
# python3 distribute.py --config_path config.json
|
2019-09-05 10:54:45 +00:00
|
|
|
while true; do sleep 1000000; done
|