forked from noetits/ICE-Talk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_ice_tts.bash
19 lines (16 loc) · 957 Bytes
/
run_ice_tts.bash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
export CUDA_DEVICE_ORDER=PCI_BUS_ID
export CUDA_VISIBLE_DEVICES=""
echo "DATE : $(date)"
echo "_____________________________________________"
echo " HOSTNAME : $HOSTNAME"
echo "_____________________________________________"
echo " CUDA_DEVICE_ORDER : $CUDA_DEVICE_ORDER"
echo "_____________________________________________"
echo " CUDA_VISIBLE_DEVICES : $CUDA_VISIBLE_DEVICES"
echo "_____________________________________________"
nvidia-smi -L
echo "_____________________________________________"
time python ./synthesize_with_latent_space.py -c ./config/blizzard_unsupervised_letters.cfg -m unsup -t ICE_TTS_server -r pca -p 5001
# time python ./synthesize_with_latent_space.py -c ./config/will_unsupervised_letters_unsup_graph_old_preprocess.cfg -m unsup -t reduce_codes -r pca -p 5001
# time python ./synthesize_with_latent_space.py -c ./config/will_unsupervised_letters_not_norm.cfg -m t2m -t ICE_TTS_server -r pca -p 5001