Spaces:
Runtime error
Runtime error
Commit
·
32828ff
1
Parent(s):
0e7b40f
Update README.md
Browse files
README.md
CHANGED
@@ -200,8 +200,11 @@ The dataset that is generated contains 8000 train examples, 1000 validation exam
|
|
200 |
- target.wav = the dry audio file
|
201 |
- wet_effects.pt = serialized PyTorch file that contains a list of the effects applied to the wet audio file
|
202 |
|
|
|
|
|
203 |
Note: if training, this process will be done automatically at the start of training. To disable this, set `render_files=False` in the config or command-line, and set `render_root={path/to/dataset}` if it is in a custom location.
|
204 |
|
|
|
205 |
## Experimental parameters
|
206 |
Some relevant dataset/training parameters descriptions
|
207 |
- `num_kept_effects={[min, max]}` range of <b> Kept </b> effects to apply to each file. Inclusive.
|
|
|
200 |
- target.wav = the dry audio file
|
201 |
- wet_effects.pt = serialized PyTorch file that contains a list of the effects applied to the wet audio file
|
202 |
|
203 |
+
The effects list is in the order of Reverb, Chorus, Delay, Distortion, Compressor
|
204 |
+
|
205 |
Note: if training, this process will be done automatically at the start of training. To disable this, set `render_files=False` in the config or command-line, and set `render_root={path/to/dataset}` if it is in a custom location.
|
206 |
|
207 |
+
|
208 |
## Experimental parameters
|
209 |
Some relevant dataset/training parameters descriptions
|
210 |
- `num_kept_effects={[min, max]}` range of <b> Kept </b> effects to apply to each file. Inclusive.
|