File size: 331 Bytes
be27dbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"model_name": "Apollo",
"precision": "float32",
"task": "audioEnhancement",
"stft": {
"n_fft": 882,
"hop_length": 441,
"frequency_bins": 442
},
"sample_rate": 44100,
"audio_channels": 1,
"chunk_duration_seconds": 8.0,
"center_padding": 441,
"input_key": "spectrogram",
"output_key": "stack_1"
}
|