Hguimaraes / gtzan.keras

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

Fixing bug with song loading incorrectly #23

Closed galloj closed 2 years ago

galloj commented 3 years ago

Training of network is done with fixed audio frequency, but in evaluation is used original song frequency which leads to wrong results. This should fix it.