Christian J. Steinmetz commited on
Commit
83e6879
1 Parent(s): 9f855cb

dataset download

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -53,3 +53,15 @@ Apply remove effects: ['distortion'] (Up to 4, chosen randomly) -> Wet
53
 
54
  ## Misc.
55
  By default, files are rendered to `input_dir / processed / {string_of_effects} / {train|val|test}`.
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Misc.
55
  By default, files are rendered to `input_dir / processed / {string_of_effects} / {train|val|test}`.
56
+
57
+
58
+ Download datasets:
59
+
60
+ ```
61
+ python scripts/download.py vocalset guitarset idmt-smt-guitar idmt-smt-bass idmt-smt-drums
62
+ ```
63
+
64
+ To run audio effects classifiction:
65
+ ```
66
+ python scripts/train.py model=classifier "effects_to_use=[compressor, distortion, reverb, chorus, delay]" "effects_to_remove=[]" max_kept_effects=5 max_removed_effects=0 shuffle_kept_effects=True shuffle_removed_effects=True accelerator='gpu' render_root=/scratch/RemFX render_files=True
67
+ ```