Spaces:
Runtime error
Runtime error
Commit
·
e4c0874
1
Parent(s):
15c5667
Update README
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
|
2 |
## Install Packages
|
3 |
-
`python3 -m venv env`
|
4 |
-
`
|
5 |
-
`pip install -e
|
|
|
6 |
|
7 |
## Download [GuitarFX Dataset] (https://zenodo.org/record/7044411/)
|
8 |
`./download_egfx.sh`
|
@@ -14,5 +15,6 @@ or
|
|
14 |
2. `python train.py exp=umx`
|
15 |
|
16 |
To add gpu, add `trainer.accelerator='gpu' trainer.devices=-1` to the command-line
|
|
|
17 |
Ex. `python train.py exp=umx trainer.accelerator='gpu' trainer.devices=-1`
|
18 |
|
|
|
1 |
|
2 |
## Install Packages
|
3 |
+
1. `python3 -m venv env`
|
4 |
+
2. `source env/bin/activate`
|
5 |
+
3. `pip install -e .`
|
6 |
+
4. `pip install -e umx`
|
7 |
|
8 |
## Download [GuitarFX Dataset] (https://zenodo.org/record/7044411/)
|
9 |
`./download_egfx.sh`
|
|
|
15 |
2. `python train.py exp=umx`
|
16 |
|
17 |
To add gpu, add `trainer.accelerator='gpu' trainer.devices=-1` to the command-line
|
18 |
+
|
19 |
Ex. `python train.py exp=umx trainer.accelerator='gpu' trainer.devices=-1`
|
20 |
|