Spaces:
Sleeping
Sleeping
Install Packages
python3 -m venv env
source env/bin/activate
pip install -e .
git submodule update --init --recursive
pip install -e umx
Download GuitarFX Dataset
./scripts/download_egfx.sh
Train model
- Change Wandb variables in
shell_vars.sh
andsource shell_vars.sh
python scripts/train.py exp=audio_diffusion
orpython scripts/train.py exp=umx
orpython scripts/train.py exp=demucs
To add gpu, add trainer.accelerator='gpu' trainer.devices=-1
to the command-line
Ex. python train.py exp=umx trainer.accelerator='gpu' trainer.devices=-1
Effects
Default effect is RAT (distortion). Effect choices:
- BluesDriver
- Clean
- Flanger
- Phaser
- RAT
- Sweep Echo
- TubeScreamer
- Chorus
- Digital Delay
- Hall Reverb
- Plate Reverb
- Spring Reverb
- TapeEcho
Change effect by adding +datamodule.dataset.effect_types=["{Effect}"]
to the command-line