TaDiCodec / vocoder /config.json
Hecheng0625's picture
Upload folder using huggingface_hub
9144d55 verified
raw
history blame
267 Bytes
{
"model": {
"vocos": {
"input_channels": 128,
"dim": 1024,
"intermediate_dim": 4096,
"num_layers": 30,
"n_fft": 1920,
"hop_size": 480,
"padding": "same"
}
}
}