fix typos again
This commit is contained in:
parent
d2dba13ab7
commit
f5027a5e6f
|
@ -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 text file, a sentence per line, and `--output` is a directory to save the synthesized mel spectrogram(log magnitude) in `.npy` format. The mel spectrogram can be used with `Waveflow` to generate waveforms.
|
||||
Synthesize waveform. We assume the `--input` is a text file, one sentence per line, and `--output` is a directory to save the synthesized mel spectrogram(log magnitude) in `.npy` format. The mel spectrograms can be used with `Waveflow` to generate waveforms.
|
||||
|
||||
`--checkpoint_path` should be the path of the parameter file (`.pdparams`) to load. Note that the extention name `.pdparmas` is not included here.
|
||||
|
||||
|
|
|
@ -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 spectrograms(log magnitude) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files, each 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.
|
||||
|
||||
|
|
|
@ -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(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.
|
||||
Synthesize waveform. We assume the `--input` is a directory containing several mel spectrograms(normalized into range[0, 1)) in `.npy` format. The output would be saved in `--output` directory, containing several `.wav` files, each 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue