Open yusufkhan07 opened 5 years ago
After fixing the librosa bug, I'm getting another error:
/dcase_framework/application_core.py", line 1358, in system_training validation_files=validation_files TypeError: learn() got an unexpected keyword argument 'validation_files'
SceneClassifierSVM.learn() in file examples/custom_task1.py line 237 doesn't have a parameter validation_files. For a possible progammatic fix, I can simply add a dummy parameter but I don't think if that's how the learner function should work.
The custom_task1 in examples folder doesn't work for me as
librosa.logamplitude
has been removed in librosa v0.6. I am working on a fix and would submit a pull request.