2018-06-21 13:46:20 +00:00
|
|
|
#!/bin/bash
|
2019-03-12 00:26:21 +00:00
|
|
|
ls ${SHARED_DIR}/data/
|
2019-02-20 15:45:31 +00:00
|
|
|
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
|
2019-04-08 07:56:16 +00:00
|
|
|
# python3 distribute.py --config_path config_cluster.json --data_path ${SHARED_DIR}/data/Blizzard/Nancy/ --restore_path ${USER_DIR}/best_model_4467.pth.tar
|
|
|
|
python3 distribute.py --config_path config_cluster.json --data_path ${USER_DIR}/Mozilla/
|