tnkmr commited on
Commit
998f653
1 Parent(s): b6cf967

Upload conf.yml with huggingface_hub (#2)

Browse files

- Upload conf.yml with huggingface_hub (9147c3cbc8315f8c5a59f7f2adff4b83eb6efc9e)

Files changed (1) hide show
  1. conf.yml +46 -0
conf.yml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ in_memory: true
3
+ num_workers: 12
4
+ sample_rate: 48000
5
+ samples_per_track: 13
6
+ seed: 42
7
+ seq_dur: 6.0
8
+ source_augmentations:
9
+ - gain
10
+ sources:
11
+ - vocal_percussion
12
+ - bass
13
+ - alto
14
+ - tenor
15
+ - soprano
16
+ - lead_vocal
17
+ loss_func:
18
+ lambda_t: 10.0
19
+ lambda_f: 1.0
20
+ band: high
21
+ main_args:
22
+ help: null
23
+ model:
24
+ C_dec: 64
25
+ C_enc: 64
26
+ C_mid: 768
27
+ L: 12
28
+ activation: GELU
29
+ context: false
30
+ f_dec: 21
31
+ f_enc: 21
32
+ input_length: 288000
33
+ padding_type: reflect
34
+ signal_ch: 1
35
+ wavelet: haar
36
+ optim:
37
+ lr: 0.0001
38
+ lr_decay_gamma: 0.3
39
+ lr_decay_patience: 50
40
+ optimizer: adam
41
+ patience: 1000
42
+ weight_decay: 0.0
43
+ positional arguments: {}
44
+ training:
45
+ batch_size: 16
46
+ epochs: 1000