GaboxR67 commited on
Commit
9be85a6
·
verified ·
1 Parent(s): 284adf4

Upload v7.yaml

Browse files
Files changed (1) hide show
  1. melbandroformers/vocals/v7.yaml +73 -0
melbandroformers/vocals/v7.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ audio:
2
+ chunk_size: 352800
3
+ dim_f: 1024
4
+ dim_t: 256
5
+ hop_length: 441
6
+ n_fft: 2048
7
+ num_channels: 2
8
+ sample_rate: 44100
9
+ min_mean_abs: 0.00
10
+
11
+ model:
12
+ dim: 256
13
+ depth: 12
14
+ stereo: true
15
+ num_stems: 1
16
+ time_transformer_depth: 1
17
+ freq_transformer_depth: 1
18
+ num_bands: 60
19
+ dim_head: 64
20
+ heads: 8
21
+ attn_dropout: 0
22
+ ff_dropout: 0
23
+ flash_attn: true
24
+ dim_freqs_in: 1025
25
+ sample_rate: 44100
26
+ stft_n_fft: 2048
27
+ stft_hop_length: 441
28
+ stft_win_length: 2048
29
+ stft_normalized: false
30
+ mask_estimator_depth: 2
31
+ multi_stft_resolution_loss_weight: 1.0
32
+ multi_stft_resolutions_window_sizes: !!python/tuple
33
+ - 4096
34
+ - 2048
35
+ - 1024
36
+ - 512
37
+ - 256
38
+ multi_stft_hop_size: 147
39
+ multi_stft_normalized: false
40
+ use_torch_checkpoint: true
41
+
42
+ training:
43
+ batch_size: 1
44
+ gradient_accumulation_steps: 1
45
+ grad_clip: 0
46
+ instruments:
47
+ - Vocals
48
+ - Instrumental
49
+ lr: 0.00001
50
+ patience: 100000000
51
+ reduce_factor: 0.95
52
+ target_instrument: Vocals
53
+ num_epochs: 1000
54
+ num_steps: 1000
55
+ augmentation: false # enable augmentations by audiomentations and pedalboard
56
+ augmentation_type: simple1
57
+ use_mp3_compress: false # Deprecated
58
+ augmentation_mix: false # Mix several stems of the same type with some probability
59
+ augmentation_loudness: true # randomly change loudness of each stem
60
+ augmentation_loudness_type: 1 # Type 1 or 2
61
+ augmentation_loudness_min: 0
62
+ augmentation_loudness_max: 0
63
+ q: 0.95
64
+ coarse_loss_clip: false
65
+ ema_momentum: 0.999
66
+ optimizer: adamw
67
+ other_fix: false # it's needed for checking on multisong dataset if other is actually instrumental
68
+ use_amp: true # enable or disable usage of mixed precision (float16) - usually it must be true
69
+
70
+ inference:
71
+ batch_size: 1
72
+ dim_t: 1101
73
+ num_overlap: 2