keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
616 stars 142 forks source link

How to use compact_cnn for tagging? #30

Closed AmberLau closed 6 years ago

AmberLau commented 7 years ago

Do you have any example about tagging with compact_cnn? it seems that your example main.py is for feature extraction

keunwoochoi commented 7 years ago

Yes it is for feature extraction. Although it was trained for research on music tagger, I'm afraid it can't be directly deployed as a music tagger for few reasons. One of the reasons is the training data is not balanced, so the prediction is pretty biased.