Results 21 comments of Giulia

``` --------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call last) in 3 batch_size=batch_size, 4 epochs=15, ----> 5 validation_data=(x_test_n, y_test_b)) 6 7 score = model.evaluate(x_test_n, y_test_b, verbose=0) /opt/conda/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/training.py in fit(self, x, y, batch_size,...

Hi, So I don't recall having the same issue when I tried the installation without docker so I looked it up on the internet and found this [stackoverflow thread](https://stackoverflow.com/questions/46751140/running-librosa-numba-on-raspberry-pi-3). Other...

Hi, I used a Support Vector Machine. The accuracy score is 96% on this dataset.

Hi @lishuchao012, Can you give me more details please? What exactly have you tried? How was your dataset built? Because in ESC-50 there are a lot of categories (like "siren"...

@lishuchao012, actually my first attempt was on ESC-10 and the accuracy was already low, so I'm not that surprised that it is not good on ESC-50. Back then I noticed...

Music is the kind of signal that is not present at all in the training set so it's normal that it makes a mistake. But recognising a song is not...

No sorry I don't have it. Regards

Hi @devilsun1 Have you checked the quality of the recordings? I had the same microphone and the quality was really poor. I had much better results (and positive predictions) using...

Hi, Very sorry for the late reply, I hope my answer is still usefull. Once your code works, and I guess it does as you have the model trained, you...

Hi, Please refer to #20 for the instructions to build the egg file. I'll add this step to the readme, I guess it would be useful. Thanks