tnkmr commited on
Commit
9d4b39c
1 Parent(s): 69bbc73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -30,4 +30,58 @@ For MRDLA, please cite the following paper.
30
  volume=29,
31
  pages={1687--1701},
32
  }
33
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  volume=29,
31
  pages={1687--1701},
32
  }
33
+ ```
34
+
35
+ # Configuration
36
+
37
+ ```yaml
38
+ data:
39
+ in_memory: true
40
+ num_workers: 12
41
+ sample_rate: 48000
42
+ samples_per_track: 13
43
+ seed: 42
44
+ seq_dur: 6.0
45
+ source_augmentations:
46
+ - gain
47
+ sources:
48
+ - vocal_percussion
49
+ - bass
50
+ - alto
51
+ - tenor
52
+ - soprano
53
+ - lead_vocal
54
+ loss_func:
55
+ lambda_t: 10.0
56
+ lambda_f: 1.0
57
+ band: high
58
+ model:
59
+ C_dec: 64
60
+ C_enc: 64
61
+ C_mid: 768
62
+ L: 12
63
+ activation: GELU
64
+ context: false
65
+ f_dec: 21
66
+ f_enc: 21
67
+ input_length: 288000
68
+ padding_type: reflect
69
+ signal_ch: 1
70
+ wavelet: haar
71
+ optim:
72
+ lr: 0.0001
73
+ lr_decay_gamma: 0.3
74
+ lr_decay_patience: 50
75
+ optimizer: adam
76
+ patience: 1000
77
+ weight_decay: 0.0
78
+ training:
79
+ batch_size: 16
80
+ epochs: 1000
81
+ ```
82
+
83
+ # Results on vocal ensemble separation
84
+
85
+ | Method | Lead vocal | Soprano | Alto | Tenor | Bass |Vocal percussion|
86
+ |:---------------:|:--------------:|:--------------:|:--------------:|:--------------:|:--------------:|:--------------:|
87
+ | MRDLA | 8.7 | 11.8 | 14.7 | 11.3 | 10.2 | 22.1 |