Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lightning Hydra Template | 3,070 | a month ago | 52 | Python | ||||||
PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡ | ||||||||||
Pointnet2_pytorch | 920 | 2 years ago | 48 | unlicense | Python | |||||
PyTorch implementation of Pointnet2/Pointnet++ | ||||||||||
Lightning Transformers | 603 | a year ago | 11 | June 28, 2022 | n,ull | apache-2.0 | Python | |||
Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning | ||||||||||
Nn Template | 589 | 2 months ago | 1 | mit | Python | |||||
Generic template to bootstrap your PyTorch project. | ||||||||||
Rlcycle | 242 | a year ago | mit | Python | ||||||
A library for ready-made reinforcement learning agents and reusable components for neat prototyping | ||||||||||
Pytorch_tempest | 193 | a month ago | 5 | mit | Python | |||||
My repo for training neural nets using pytorch-lightning and hydra | ||||||||||
Hydra Torch | 159 | a year ago | 29 | mit | Python | |||||
Configuration classes enabling type-safe PyTorch configuration for Hydra apps | ||||||||||
Pytorch Project Template | 121 | 3 months ago | 3 | apache-2.0 | Python | |||||
Deep Learning project template for PyTorch (multi-gpu training is supported) | ||||||||||
Disent | 87 | 8 months ago | 34 | November 07, 2022 | 14 | mit | Python | |||
🧶 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 Net | 82 | 9 months ago | 6 | mit | Python | |||||
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 |
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"
wandb_api_key
wandb_api_key
, visit wandb, go to setting
, and then copy your api keydata_dir
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