Spaces:
Runtime error
Runtime error
Commit
·
c895ee6
1
Parent(s):
8a93db1
Update README
Browse files
README.md
CHANGED
@@ -20,16 +20,18 @@
|
|
20 |
|
21 |
## Experiments
|
22 |
Training parameters can be configured in `cfg/exp/default.yaml`. Here are some descriptions
|
23 |
-
- `num_kept_effects={min, max}` range of <b> Kept </b> effects to apply to each file. Inclusive.
|
24 |
-
- `num_removed_effects={min, max}` range of <b> Removed </b> effects to apply to each file. Inclusive.
|
25 |
- `model={model}` architecture to use (see 'Models')
|
26 |
-
- `
|
27 |
-
- `effects_to_remove={effect}` Effects to remove (see 'Effects')
|
28 |
- `accelerator=null/'gpu'` Use GPU (1 device) (default: null)
|
29 |
- `render_files=True/False` Render files. Disable to skip rendering stage (default: True)
|
30 |
- `render_root={path/to/dir}`. Root directory to render files to (default: DATASET_ROOT)
|
31 |
|
32 |
These can also be specified on the command line.
|
|
|
|
|
33 |
|
34 |
## Models
|
35 |
- `umx`
|
|
|
20 |
|
21 |
## Experiments
|
22 |
Training parameters can be configured in `cfg/exp/default.yaml`. Here are some descriptions
|
23 |
+
- `num_kept_effects={[min, max]}` range of <b> Kept </b> effects to apply to each file. Inclusive.
|
24 |
+
- `num_removed_effects={[min, max]}` range of <b> Removed </b> effects to apply to each file. Inclusive.
|
25 |
- `model={model}` architecture to use (see 'Models')
|
26 |
+
- `effects_to_keep={[effect]}` Effects to apply but not remove (see 'Effects')
|
27 |
+
- `effects_to_remove={[effect]}` Effects to remove (see 'Effects')
|
28 |
- `accelerator=null/'gpu'` Use GPU (1 device) (default: null)
|
29 |
- `render_files=True/False` Render files. Disable to skip rendering stage (default: True)
|
30 |
- `render_root={path/to/dir}`. Root directory to render files to (default: DATASET_ROOT)
|
31 |
|
32 |
These can also be specified on the command line.
|
33 |
+
see `cfg/exp/default.yaml` for an example.
|
34 |
+
|
35 |
|
36 |
## Models
|
37 |
- `umx`
|