Skip to content

Instantly share code, notes, and snippets.

View shad94's full-sized avatar
🎯
Focusing

shad94

🎯
Focusing
View GitHub Profile
@shad94
shad94 / json
Last active March 7, 2023 05:54
config.json
{
"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.
@shad94
shad94 / gist:73e89df4434ad78ed5def8ad47d81005
Created November 26, 2019 10:39
config.json Mozilla/TTS
{
"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.