This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"run_name": "ljspeech", | |
"run_description": "Tacotron ljspeech release training", | |
"audio":{ | |
// Audio processing parameters | |
"num_mels": 80, // size of the mel spec frame. | |
"num_freq": 1025, // number of stft frequency levels. Size of the linear spectogram frame. | |
"sample_rate": 16000, // DATASET-RELATED: wav sample-rate. If different than the original data, it is resampled. | |
"frame_length_ms": 50, // stft window length in ms. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"run_name": "ljspeech", | |
"run_description": "Tacotron ljspeech release training", | |
"audio":{ | |
// Audio processing parameters | |
"num_mels": 80, // size of the mel spec frame. | |
"num_freq": 1025, // number of stft frequency levels. Size of the linear spectogram frame. | |
"sample_rate": 22050, // DATASET-RELATED: wav sample-rate. If different than the original data, it is resampled. | |
"frame_length_ms": 50, // stft window length in ms. |