Invalid JSON:
Expected double-quoted property name in JSON
at line 46, column 3
| { | |
| "base_config": "egs/exp_config_pupuvocoder_base.json", | |
| "model_type": "PupuVocoder", | |
| "model": { | |
| "generator": "pupuvocoder", | |
| "pupuvocoder": { | |
| "resblock": "1", | |
| "upsample_rates": [ | |
| 8, | |
| 8, | |
| 2, | |
| 2, | |
| 2 | |
| ], | |
| "upsample_kernel_sizes": [ | |
| 16, | |
| 16, | |
| 4, | |
| 4, | |
| 4 | |
| ], | |
| "upsample_initial_channel": 512, | |
| "resblock_kernel_sizes": [ | |
| 3, | |
| 7, | |
| 11 | |
| ], | |
| "resblock_dilation_sizes": [ | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ] | |
| ] | |
| }, | |
| }, | |
| "train": { | |
| "criterions": [ | |
| "feature", | |
| "discriminator", | |
| "generator", | |
| "multimel", | |
| ] | |
| }, | |
| "inference": { | |
| "batch_size": 1, | |
| } | |
| } | |