tnkmr commited on
Commit
e552333
1 Parent(s): 940ffe5
Files changed (1) hide show
  1. conf.yml +46 -1
conf.yml CHANGED
@@ -1 +1,46 @@
1
- onf.yml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ num_workers: 12
3
+ sample_rate: 48000
4
+ samples_per_track: 13
5
+ seed: 42
6
+ seq_dur: 5.046
7
+ source_augmentations:
8
+ - gain
9
+ sources:
10
+ - vocal_percussion
11
+ - bass
12
+ - alto
13
+ - tenor
14
+ - soprano
15
+ - lead_vocal
16
+ filterbank:
17
+ kernel_size: 32
18
+ n_filters: 64
19
+ stride: 16
20
+ main_args:
21
+ help: null
22
+ masknet:
23
+ bidirectional: true
24
+ chunk_size: 174
25
+ dropout: 0
26
+ ff_activation: relu
27
+ ff_hid: 256
28
+ hop_size: 128
29
+ in_chan: 64
30
+ mask_act: sigmoid
31
+ n_repeats: 8
32
+ n_src: 6
33
+ norm_type: gLN
34
+ out_chan: 64
35
+ optim:
36
+ lr: 0.005
37
+ optimizer: adam
38
+ weight_decay: 1.0e-05
39
+ positional arguments: {}
40
+ training:
41
+ batch_size: 1
42
+ early_stop: true
43
+ epochs: 600
44
+ gradient_clipping: 5
45
+ half_lr: true
46
+ loss_func: pit_sisdr