kuielab / mdx-net

KUIELAB-MDX-Net got the 2nd place on the Leaderboard A and the 3rd place on the Leaderboard B in the MDX-Challenge ISMIR 2021
https://www.aicrowd.com/challenges/music-demixing-challenge-ismir-2021/
MIT License
182 stars 21 forks source link
hydra mdx-challenge music-source-separation pytorch pytorch-lightning source-separation wandb

KUIELab-MDX-Net

0. Environment

Also, you must create .env file by copying .env.sample to set environmental variables.

wandb_api_key=[Your Key] # "xxxxxxxxxxxxxxxxxxxxxxxx"
data_dir=[Your Path] # "/home/ielab/repos/musdbHQ"

1. Installation

conda env create -f conda_env_gpu.yaml -n mdx-net
conda activate mdx-net
pip install -r requirements.txt
sudo apt-get install soundstretch

2. Training & Submission

3. Leaderboard A vs Leaderboard B

ACKNOWLEDGEMENT