Using

#3
by s0ft44 - opened

I tried to use your model on the parameters feature extraction:

n_fft, hop_length, win_length = 2048, 512, 2048
n_mels, n_bands, fmin = 128, 6, 100.0

I got the following result:
Accuracy: 0.1466
Precision: 0.7646
Recall: 0.1466
F1-Score: 0.2005

image.png

What parameters for feature extraction did you use to get your metrics?

Sign up or log in to comment