jarredou commited on
Commit
73386ef
·
verified ·
1 Parent(s): b98b785

Upload 2 files

Browse files
Files changed (2) hide show
  1. apollo_model_v2.ckpt +3 -0
  2. config_apollo_vocal.yaml +4 -4
apollo_model_v2.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9255c2f43b467840260dc4c0f99f26bcdb0a7c3523d7b5165d13322ca955b41
3
+ size 38159792
config_apollo_vocal.yaml CHANGED
@@ -1,5 +1,5 @@
1
  audio:
2
- chunk_size: 132300 #132300
3
  num_channels: 2
4
  sample_rate: 44100
5
  min_mean_abs: 0.0
@@ -7,7 +7,7 @@ audio:
7
  model:
8
  sr: 44100
9
  win: 20
10
- feature_dim: 256
11
  layer: 6
12
 
13
  training:
@@ -31,11 +31,11 @@ optimizer:
31
  betas: [0.5, 0.99]
32
 
33
  augmentations:
34
- enable: true # enable or disable all augmentations (to fast disable if needed)
35
  loudness: true # randomly change loudness of each stem on the range (loudness_min; loudness_max)
36
  loudness_min: 0.5
37
  loudness_max: 1.5
38
 
39
  inference:
40
- batch_size: 4
41
  num_overlap: 4
 
1
  audio:
2
+ chunk_size: 132300
3
  num_channels: 2
4
  sample_rate: 44100
5
  min_mean_abs: 0.0
 
7
  model:
8
  sr: 44100
9
  win: 20
10
+ feature_dim: 192
11
  layer: 6
12
 
13
  training:
 
31
  betas: [0.5, 0.99]
32
 
33
  augmentations:
34
+ enable: false # enable or disable all augmentations (to fast disable if needed)
35
  loudness: true # randomly change loudness of each stem on the range (loudness_min; loudness_max)
36
  loudness_min: 0.5
37
  loudness_max: 1.5
38
 
39
  inference:
40
+ batch_size: 1
41
  num_overlap: 4