Update config_apollo.yaml
Browse files- config_apollo.yaml +4 -4
config_apollo.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
audio:
|
2 |
-
chunk_size:
|
3 |
num_channels: 2
|
4 |
sample_rate: 44100
|
5 |
min_mean_abs: 0.0
|
@@ -8,7 +8,7 @@ model:
|
|
8 |
sr: 44100
|
9 |
win: 20
|
10 |
feature_dim: 384
|
11 |
-
layer:
|
12 |
|
13 |
training:
|
14 |
instruments: ['restored', 'addition']
|
@@ -29,5 +29,5 @@ augmentations:
|
|
29 |
enable: false # enable or disable all augmentations (to fast disable if needed)
|
30 |
|
31 |
inference:
|
32 |
-
batch_size:
|
33 |
-
num_overlap:
|
|
|
1 |
audio:
|
2 |
+
chunk_size: 132300
|
3 |
num_channels: 2
|
4 |
sample_rate: 44100
|
5 |
min_mean_abs: 0.0
|
|
|
8 |
sr: 44100
|
9 |
win: 20
|
10 |
feature_dim: 384
|
11 |
+
layer: 6
|
12 |
|
13 |
training:
|
14 |
instruments: ['restored', 'addition']
|
|
|
29 |
enable: false # enable or disable all augmentations (to fast disable if needed)
|
30 |
|
31 |
inference:
|
32 |
+
batch_size: 4
|
33 |
+
num_overlap: 4
|