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