|
|
@ -7,5 +7,5 @@ python3 ${BIN_DIR}/synthesize.py \
|
|
|
|
--config=${train_output_path}/config.yaml \
|
|
|
|
--config=${train_output_path}/config.yaml \
|
|
|
|
--checkpoint_path=${train_output_path}/checkpoints/${ckpt_name} \
|
|
|
|
--checkpoint_path=${train_output_path}/checkpoints/${ckpt_name} \
|
|
|
|
--input=${BIN_DIR}/../sentences_en.txt \
|
|
|
|
--input=${BIN_DIR}/../sentences_en.txt \
|
|
|
|
--output=${train_output_path}/test
|
|
|
|
--output=${train_output_path}/test \
|
|
|
|
--ngpu=1
|
|
|
|
--ngpu=1
|
|
|
|