vishred18's picture
Upload 364 files
d5ee97c
raw
history blame contribute delete
481 Bytes
CUDA_VISIBLE_DEVICES=0 python examples/fastspeech2_libritts/train_fastspeech2.py \
--train-dir ./dump/train/ \
--dev-dir ./dump/valid/ \
--outdir ./examples/fastspeech2_libritts/outdir_libri/ \
--config ./examples/fastspeech2_libritts/conf/fastspeech2libritts.yaml \
--use-norm 1 \
--f0-stat ./dump/stats_f0.npy \
--energy-stat ./dump/stats_energy.npy \
--mixed_precision 1 \
--dataset_config preprocess/libritts_preprocess.yaml \
--dataset_stats dump/stats.npy