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
Alternatives To Mdx Net
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lightning Hydra Template3,070
a month ago52Python
PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡
Pointnet2_pytorch920
2 years ago48unlicensePython
PyTorch implementation of Pointnet2/Pointnet++
Lightning Transformers603
a year ago11June 28, 2022n,ullapache-2.0Python
Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
Nn Template589
2 months ago1mitPython
Generic template to bootstrap your PyTorch project.
Rlcycle242
a year agomitPython
A library for ready-made reinforcement learning agents and reusable components for neat prototyping
Pytorch_tempest193
a month ago5mitPython
My repo for training neural nets using pytorch-lightning and hydra
Hydra Torch159
a year ago29mitPython
Configuration classes enabling type-safe PyTorch configuration for Hydra apps
Pytorch Project Template121
3 months ago3apache-2.0Python
Deep Learning project template for PyTorch (multi-gpu training is supported)
Disent87
8 months ago34November 07, 202214mitPython
🧶 Modular VAE disentanglement framework for python built with PyTorch Lightning ▸ Including metrics and datasets ▸ With strongly supervised, weakly supervised and unsupervised methods ▸ Easily configured and run with Hydra config ▸ Inspired by disentanglement_lib
Mdx Net82
9 months ago6mitPython
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
Alternatives To Mdx Net
Select To Compare


Alternative Project Comparisons
Readme

KUIELab-MDX-Net

0. Environment

  • Ubuntu 20.04
  • at least four cuda-able GPUs (each >= 2080ti)
  • 1.5 TB disk storage for data augmentation
  • wandb for logging

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"
  • about wandb_api_key
    • we currently only support wandb for logging.
    • for wandb_api_key, visit wandb, go to setting, and then copy your api key
  • about data_dir
    • the absolute path where datasets are stored

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

Popular Pytorch Projects
Popular Hydra Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Pytorch
Hydra