Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TensorSpeech
GitHub Repository: TensorSpeech/TensorFlowTTS
Path: blob/master/examples/fastspeech2_libritts/scripts/train_libri.sh
1559 views
1
CUDA_VISIBLE_DEVICES=0 python examples/fastspeech2_libritts/train_fastspeech2.py \
2
--train-dir ./dump/train/ \
3
--dev-dir ./dump/valid/ \
4
--outdir ./examples/fastspeech2_libritts/outdir_libri/ \
5
--config ./examples/fastspeech2_libritts/conf/fastspeech2libritts.yaml \
6
--use-norm 1 \
7
--f0-stat ./dump/stats_f0.npy \
8
--energy-stat ./dump/stats_energy.npy \
9
--mixed_precision 1 \
10
--dataset_config preprocess/libritts_preprocess.yaml \
11
--dataset_stats dump/stats.npy
12