Spaces:
Runtime error
Runtime error
mattricesound
commited on
Commit
•
c4b575c
1
Parent(s):
6a2947b
Update README
Browse files
README.md
CHANGED
@@ -47,6 +47,9 @@ see `cfg/exp/default.yaml` for an example.
|
|
47 |
- `reverb`
|
48 |
- `delay`
|
49 |
|
|
|
|
|
|
|
50 |
## Run inference on directory
|
51 |
Assumes directory is structured as
|
52 |
- root
|
@@ -64,6 +67,7 @@ Change root path in `shell_vars.sh` and `source shell_vars.sh`
|
|
64 |
`python scripts/chain_inference.py +exp=chain_inference_custom`
|
65 |
|
66 |
|
|
|
67 |
## Misc.
|
68 |
By default, files are rendered to `input_dir / processed / {string_of_effects} / {train|val|test}`.
|
69 |
|
|
|
47 |
- `reverb`
|
48 |
- `delay`
|
49 |
|
50 |
+
## Chain Inference
|
51 |
+
`python scripts/chain_inference.py +exp=chain_inference`
|
52 |
+
|
53 |
## Run inference on directory
|
54 |
Assumes directory is structured as
|
55 |
- root
|
|
|
67 |
`python scripts/chain_inference.py +exp=chain_inference_custom`
|
68 |
|
69 |
|
70 |
+
|
71 |
## Misc.
|
72 |
By default, files are rendered to `input_dir / processed / {string_of_effects} / {train|val|test}`.
|
73 |
|