./tts.sh --stage 1 --lang ar --feats_type raw --fs 22050 --n_fft 1024 --n_shift 256 --token_type phn --cleaner none --g2p none --train_config conf/tuning/finetune_tacotron2.yaml --inference_config conf/tuning/decode_tacotron2.yaml --train_set train --valid_set dev --test_sets test --srctexts data/train/text --audio_format wav --stage 2 --stop-stage 5 --stage 5 "$@"; exit $? | |