kwatcharasupat / bandit

BandIt: Cinematic Audio Source Separation
Apache License 2.0
92 stars 5 forks source link

How to train? #7

Open austinpharper opened 3 months ago

austinpharper commented 3 months ago

I have all required dependencies from environment.yaml and obtained both the DnR and MUSDB18-HQ datasets.

However, neither of those datasets contin "proprocess.py", so I'm not sure what the Readme means when it says Run each dataset's respective proprocess.py.

I'm also not sure if the next two lines of the instructions mean:

python train.py expt/path-to-the-desired-experiment.yaml.
python test.py expt/path-to-the-desired-experiment.yaml --ckpt_path=path/to/checkpoint-from-training.ckpt.

Thank you for any help you can provide; I am a relative novice with all of this.