Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -0
preprocessor_config.json
CHANGED
|
@@ -3,6 +3,9 @@
|
|
| 3 |
"f_max": null,
|
| 4 |
"f_min": 0,
|
| 5 |
"feature_extractor_type": "CedFeatureExtractor",
|
|
|
|
|
|
|
|
|
|
| 6 |
"feature_size": 64,
|
| 7 |
"hop_size": 160,
|
| 8 |
"n_fft": 512,
|
|
|
|
| 3 |
"f_max": null,
|
| 4 |
"f_min": 0,
|
| 5 |
"feature_extractor_type": "CedFeatureExtractor",
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoFeatureExtractor": "feature_extraction_ced.CedFeatureExtractor"
|
| 8 |
+
},
|
| 9 |
"feature_size": 64,
|
| 10 |
"hop_size": 160,
|
| 11 |
"n_fft": 512,
|