Spaces:
Sleeping
Sleeping
Commit
·
86e3706
1
Parent(s):
7173e65
Fix output root shell var
Browse files- shell_vars.sh +1 -1
shell_vars.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
export DATASET_ROOT="./data/VocalSet"
|
2 |
-
export
|
3 |
export WANDB_PROJECT="RemFX"
|
4 |
export WANDB_ENTITY="mattricesound"
|
|
|
1 |
export DATASET_ROOT="./data/VocalSet"
|
2 |
+
export OUTPUT_ROOT="/scratch/VocalSet/processed"
|
3 |
export WANDB_PROJECT="RemFX"
|
4 |
export WANDB_ENTITY="mattricesound"
|