Skip to content

Commit

Permalink
Update run_tts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
npuichigo committed Jan 29, 2019
1 parent d0867ef commit 821c280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/slt_arctic/local/run_tts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
current_working_dir=$(pwd)
voicenet_dir=$(dirname $(dirname $current_working_dir))

stage=0
stage=1
raw=raw
data=data
config=config
Expand Down Expand Up @@ -79,7 +79,7 @@ if [ $stage -le 1 ]; then
[ ! -e $dir ] && mkdir -p $dir
[ ! -e $dir/nnet ] && mkdir -p $dir/nnet
echo "Training nnet"
python $voicenet_dir/src/run_tts.py --save_dir=$dir "$@"
CUDA_VISIBLE_DEVICES=2 python $voicenet_dir/src/run_tts.py --save_dir=$dir "$@"
fi

# Decode nnet
Expand Down

0 comments on commit 821c280

Please sign in to comment.