Hguimaraes / gtzan.keras

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

model = Model(inputs=vgg16.input, outputs=top(vgg16.output)) NameError: name 'Model' is not defined #14

Closed PremVarma closed 4 years ago

atharvaathaley commented 5 years ago

@PremVarma in src/gtzan folder. There is a model.py file. Open it, add "From keras import Model" and save it

PremVarma commented 5 years ago

Thanks a lot ..(: what about evaluate_test ? its missing..

atharvaathaley commented 5 years ago

facing same problem. No idea about that

Hguimaraes commented 4 years ago

Hey guys,

As discussed in another thread, the evaluate_test implementation was missing. I just update a new version of the project in commit e3f5eba. I updated the packages, the architecture and a lot of conceptual details that was wrong, but the performance is similar. Please check out and contact me if something goes wrong.

Cheers,