xavriley commited on
Commit
a78fb62
·
verified ·
1 Parent(s): 54937fb

Upload config_musdb18_mdx23c.yaml.1 with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_musdb18_mdx23c.yaml.1 +56 -0
config_musdb18_mdx23c.yaml.1 ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ audio:
2
+ chunk_size: 261120
3
+ dim_f: 4096
4
+ dim_t: 256
5
+ hop_length: 1024
6
+ n_fft: 8192
7
+ num_channels: 2
8
+ sample_rate: 44100
9
+ min_mean_abs: 0.001
10
+
11
+ model:
12
+ act: gelu
13
+ bottleneck_factor: 4
14
+ growth: 128
15
+ norm: InstanceNorm
16
+ num_blocks_per_scale: 2
17
+ num_channels: 128
18
+ num_scales: 5
19
+ num_subbands: 4
20
+ scale:
21
+ - 2
22
+ - 2
23
+
24
+ training:
25
+ batch_size: 6
26
+ gradient_accumulation_steps: 6
27
+ grad_clip: 0
28
+ instruments:
29
+ - vocals
30
+ - bass
31
+ - drums
32
+ - other
33
+ lr: 5.0e-05
34
+ patience: 3
35
+ reduce_factor: 0.95
36
+ target_instrument: null
37
+ num_epochs: 1000
38
+ num_steps: 1000
39
+ augmentation: false # enable augmentations by audiomentations and pedalboard
40
+ augmentation_type: simple1
41
+ use_mp3_compress: false # Deprecated
42
+ augmentation_mix: true # Mix several stems of the same type with some probability
43
+ augmentation_loudness: true # randomly change loudness of each stem
44
+ augmentation_loudness_type: 2 # Type 1 or 2
45
+ augmentation_loudness_min: 0.8
46
+ augmentation_loudness_max: 1.2
47
+ q: 0.95
48
+ coarse_loss_clip: true
49
+ ema_momentum: 0.999
50
+ optimizer: adam
51
+ other_fix: false # it's needed for checking on multisong dataset if other is actually instrumental
52
+
53
+ inference:
54
+ batch_size: 1
55
+ dim_t: 256
56
+ num_overlap: 4