You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is probably just me being really bad at coding, I'm trying to run the example inference code in README and am getting this error: ImportError: cannot import name 'inference' from 'pipeline' (/home/jordancruz/Tools/AudioSep/pipeline.py)
am I doing something wrong?
The text was updated successfully, but these errors were encountered:
They changed the name of the function and didn't update the README. Replace all mentions of inference with separate_audio in the example code and it will run.
Using python benchmark.py --checkpoint_path audiosep_base_4M_steps.ckpt displays an error FileNotFoundError: [Errno 2] No such file or directory: 'evaluation/data/clotho\segment-0.wav' How to use clotho in the evaluation data I downloaded through the link?
this is probably just me being really bad at coding, I'm trying to run the example inference code in README and am getting this error:
ImportError: cannot import name 'inference' from 'pipeline' (/home/jordancruz/Tools/AudioSep/pipeline.py)
am I doing something wrong?
The text was updated successfully, but these errors were encountered: