NazarPonochevnyi / Trained-CNN-for-Genre-classification

🎵 Trained CNN model for Genre classification on GTZAN dataset [CNN Model: https://github.com/Hguimaraes/gtzan.keras]
MIT License
21 stars 5 forks source link

The difference between this repository and the mentioned repository #4

Closed sohrabkhanbadr closed 4 years ago

sohrabkhanbadr commented 4 years ago

Hello . I have a question. What is the difference between this repository and the Hguimaraes/gtzan.keras repository ? I noticed higher percentages in the confusion matrix and three input channels. Other than that, did I miss something that was very special?

NazarPonochevnyi commented 4 years ago

Hi! This repository is the same as the old version of the Hguimaraes/gtzan.keras repository. I added only one thing: the trained weights of vgg model.

But now Hguimaraes updated his repository. I didn't check his changes and didn't apply the new version in this repository.

sohrabkhanbadr commented 4 years ago

Hello. Thank you so much.