-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I improve the val_acc ? #3
Comments
Were you able to get 74% with the code. The authors mentioned 67% here: http://deepsound.io/music_genre_recognition.html |
I have a model with higher accuracy implemented as per: http://benanne.github.io/2014/08/05/spotify-cnns.html |
Yes, I replaced RMSprop with Adam, and 0.78 is get. |
Frankly speaking I think the data set is too small. |
You can check the code here: https://github.com/nikhiltitus/genre-recognition There is a parameter in train_model.py called model choice. You will have to input 2 for the second model.
|
I did this experiment with your code, but the validation accuracy is only 0.74, how can I improve the val_acc ?
The text was updated successfully, but these errors were encountered: