ShiromiyaGamer
commited on
Upload config_vocals_mdx23c.yaml
Browse files- config_vocals_mdx23c.yaml +55 -0
config_vocals_mdx23c.yaml
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 1
|
27 |
+
grad_clip: 0
|
28 |
+
instruments:
|
29 |
+
- vocals
|
30 |
+
- other
|
31 |
+
lr: 9.0e-05
|
32 |
+
patience: 2
|
33 |
+
reduce_factor: 0.95
|
34 |
+
target_instrument: null
|
35 |
+
num_epochs: 1000
|
36 |
+
num_steps: 1000
|
37 |
+
augmentation: false # enable augmentations by audiomentations and pedalboard
|
38 |
+
augmentation_type: simple1
|
39 |
+
use_mp3_compress: false # Deprecated
|
40 |
+
augmentation_mix: true # Mix several stems of the same type with some probability
|
41 |
+
augmentation_loudness: true # randomly change loudness of each stem
|
42 |
+
augmentation_loudness_type: 1 # Type 1 or 2
|
43 |
+
augmentation_loudness_min: 0.5
|
44 |
+
augmentation_loudness_max: 1.5
|
45 |
+
q: 0.95
|
46 |
+
coarse_loss_clip: true
|
47 |
+
ema_momentum: 0.999
|
48 |
+
optimizer: adam
|
49 |
+
other_fix: true # it's needed for checking on multisong dataset if other is actually instrumental
|
50 |
+
use_amp: true
|
51 |
+
|
52 |
+
inference:
|
53 |
+
batch_size: 1
|
54 |
+
dim_t: 256
|
55 |
+
num_overlap: 4
|