| { | |
| "discriminator_periods": [ | |
| 3, | |
| 5, | |
| 7, | |
| 11, | |
| 17, | |
| 23, | |
| 37 | |
| ], | |
| "mini_nsf": true, | |
| "resblock": "1", | |
| "resblock_dilation_sizes": [ | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ] | |
| ], | |
| "resblock_kernel_sizes": [ | |
| 3, | |
| 7, | |
| 11 | |
| ], | |
| "upsample_initial_channel": 512, | |
| "upsample_kernel_sizes": [ | |
| 16, | |
| 16, | |
| 4, | |
| 4, | |
| 4 | |
| ], | |
| "upsample_rates": [ | |
| 8, | |
| 8, | |
| 2, | |
| 2, | |
| 2 | |
| ], | |
| "sampling_rate": 44100, | |
| "num_mels": 128, | |
| "hop_size": 512, | |
| "n_fft": 2048, | |
| "win_size": 2048, | |
| "fmin": 40, | |
| "fmax": 16000, | |
| "pc_aug": true | |
| } |