tts-v0 / Indic-TTS /configs /train_hifigan.sh
darshankr's picture
Upload 794 files
3215d8d verified
raw
history blame contribute delete
223 Bytes
CUDA_VISIBLE_DEVICES='0' python3 vocoder.py --dataset_name indictts \
--language mr \
--speaker male \
--batch_size 32 \
--batch_size_eval 32 \
--epochs 5000 \
--port 10004 \
--mixed_precision t