pyAudioClassification
pyAudioClassification copied to clipboard
🎶 dead simple audio classification
Error message: ValueError: logits and labels must have the same shape ((None, 2) vs (None, 1)) What can be the problem?
Hi, I have some questions: 1- How can I print only the highest prediction from the print_leaderboard? I mean only print the first predicted item with highest percentage? 2- Also,...
I have converted a video into audio chunks for training purposes and It looks like getting an error while extraction the features. [Error] extract feature error. Audio buffer is not...
https://github.com/micah5/pyAudioClassification/blob/54c6c0a0462a8272537092e4c5861c2ba88f5def/pyaudioclassification/models.py#L53 cnn2d function in models.py have layer size issues; gives error by Keras: `ValueError: Input 0 is incompatible with layer conv2d_31: expected ndim=4, found ndim=3` Also, there are minor bugs:...
I installed everything in a Windows 10 machine: - Anaconda - Spyder - Configured an Environment using Python 3.7 - Created a folder "data" with 3 folders "on", "off", "problem"....
I'm training a model using the freesound data from Kaggle: https://www.kaggle.com/c/freesound-audio-tagging/data I'm training with 41 classes, but am only getting 40 results. I'm following the basic code from Readme.
Hi micah5, Its great work for developing classification based on audio. I tried your code, but seem to not work properly. I tried training and testing with kaggle data, which...