Skip to content
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

Open
liuguochao opened this issue Jan 9, 2018 · 6 comments
Open

How can I improve the val_acc ? #3

liuguochao opened this issue Jan 9, 2018 · 6 comments

Comments

@liuguochao
Copy link

I did this experiment with your code, but the validation accuracy is only 0.74, how can I improve the val_acc ?

@nikhiltitus
Copy link

Were you able to get 74% with the code. The authors mentioned 67% here: http://deepsound.io/music_genre_recognition.html

@nikhiltitus
Copy link

I have a model with higher accuracy implemented as per: http://benanne.github.io/2014/08/05/spotify-cnns.html

@liuguochao
Copy link
Author

Yes, I replaced RMSprop with Adam, and 0.78 is get.

@nikhiltitus
Copy link

screen shot 2018-01-09 at 5 41 57 pm

I am able to get around 83% with my model. I will be uploading this soon.

@nikhiltitus
Copy link

Frankly speaking I think the data set is too small.

@nikhiltitus
Copy link

nikhiltitus commented Jan 9, 2018

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.
ie:

python train_model.py -c 2 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants