Hguimaraes / gtzan.keras

[REPO] Music Genre classification on GTZAN dataset using CNNs
MIT License
201 stars 57 forks source link

can not evalute the test? #5

Closed ghost closed 4 years ago

ghost commented 5 years ago

There is a error? File "gtzan.py", line 115, in main evaluate_test(model, X) NameError: name 'evaluate_test' is not defined kindly update the code.

Many thanks

Hguimaraes commented 5 years ago

Hi @mujtabasindhi,

This issue has been reported in #4 and will be resolved as soon as I can. If you need asap, the model is saved on disk when you train the model and should not be too hard to evaluate with your own data. But I will implement this method soon.

Cheers,