mirror of
https://github.com/davesarmoury/GLaDOS.git
synced 2025-11-04 14:49:45 +08:00
8 lines
243 B
YAML
8 lines
243 B
YAML
_target_: nemo.collections.tts.modules.hifigan_modules.Generator
|
|
resblock: 2
|
|
upsample_rates: [8,8,4]
|
|
upsample_kernel_sizes: [16,16,8]
|
|
upsample_initial_channel: 256
|
|
resblock_kernel_sizes: [3,5,7]
|
|
resblock_dilation_sizes: [[1,2], [2,6], [3,12]]
|