add README for transformer_tts, waveflow and wavenet

This commit is contained in:
chenfeiyu 2020-12-30 14:37:01 +08:00
parent d1d6c20672
commit 3df4ecd455
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ If you want distributed training, set a larger `--nprocs` (e.g. 4). Note that di
## Synthesize
Synthesize waveform. We assume the `--input` is a directory containing several mel spectrogram(log magnitude) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files with the same name as the mel spectrogram does.
Synthesize waveform. We assume the `--input` is a directory containing several mel spectrogram(normalized into range[0, 1)) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files with the same name as the mel spectrogram does.
`--checkpoint_path` should be the path of the parameter file (`.pdparams`) to load. Note that the extention name `.pdparmas` is not included here.