f90 / Wave-U-Net

Implementation of the Wave-U-Net for audio source separation
MIT License
844 stars 177 forks source link

there are some issues in "Evaluate.produce_musdb_source_estimates" function #42

Closed BuendiLong closed 4 years ago

BuendiLong commented 4 years ago

in the fuction,I see assert(mus.test(predict_fun)) mus.run(predict_fun, estimates_dir=output_path, subsets=subsets) and call wrong when I run it and the function has no definitions of "test" and "run" can you tell me how can I fix the code ? thank you very much!!!