minzwon / sota-music-tagging-models

MIT License
397 stars 64 forks source link

Change if conditions to allow short and shortres #6

Closed VinodS7 closed 3 years ago

VinodS7 commented 3 years ago

In the original eval.py the short chunk CNN is presumably referred to by an older name bocnn and bocnn_res in the model type. So the eval.py function is not compatible with the model.py and solver.py arguments which accepts short and short_res as arguments for the model type.

minzwon commented 3 years ago

Thank you for reporting this!