ferdinandl007's picture
Add DeepFilterNet3 streaming CoreML (GRU state I/O)
07386c3 verified
Raw
History Blame Contribute Delete
566 Bytes
{
"model_type": "deepfilternet3-streaming",
"base_model": "Rikorose/DeepFilterNet3",
"sample_rate": 48000,
"fft_size": 960,
"hop_size": 480,
"erb_bands": 32,
"df_bins": 96,
"df_order": 5,
"gru_states": {
"h_enc": [
1,
1,
256
],
"h_erb": [
2,
1,
256
],
"h_df": [
2,
1,
256
]
},
"inputs": [
"feat_erb",
"feat_spec",
"h_enc",
"h_erb",
"h_df"
],
"outputs": [
"erb_mask",
"df_coefs",
"h_enc_out",
"h_erb_out",
"h_df_out"
]
}