1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-07 17:32:33 +00:00

README.md: using proper nomenclature

This commit is contained in:
rafaelvalle
2019-04-03 14:56:06 -07:00
parent a992aea070
commit e3d2d0a5ef

View File

@@ -40,7 +40,7 @@ By default, the dataset dependent text embedding layers are [ignored]
1. Download our published [Tacotron 2] model
2. `python train.py --output_directory=outdir --log_directory=logdir -c tacotron2_statedict.pt --warm_start`
## Multi-GPU (distributed) and FP16 Training
## Multi-GPU (distributed) and Mixed Precision Training
1. `python -m multiproc train.py --output_directory=outdir --log_directory=logdir --hparams=distributed_run=True,fp16_run=True`
## Inference demo