Aname-Tommy commited on
Commit
99ae422
·
verified ·
1 Parent(s): 5196f04

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -20
config.yaml CHANGED
@@ -22,7 +22,7 @@ model:
22
  ff_dropout: 0
23
  flash_attn: True
24
  dim_freqs_in: 1025
25
- sample_rate: 44100 # needed for mel filter bank from librosa
26
  stft_n_fft: 2048
27
  stft_hop_length: 441
28
  stft_win_length: 2048
@@ -45,26 +45,8 @@ training:
45
  instruments:
46
  - vocals
47
  - other
48
- lr: 1.0
49
- patience: 2
50
- reduce_factor: 0.95
51
  target_instrument: vocals
52
- num_epochs: 1000
53
- num_steps: 1000
54
- augmentation: false # enable augmentations by audiomentations and pedalboard
55
- augmentation_type: true
56
- use_mp3_compress: false # Deprecated
57
- augmentation_mix: true # Mix several stems of the same type with some probability
58
- augmentation_loudness: true # randomly change loudness of each stem
59
- augmentation_loudness_type: 1 # Type 1 or 2
60
- augmentation_loudness_min: 0.35
61
- augmentation_loudness_max: 1
62
- q: 0.99
63
- coarse_loss_clip: false
64
- ema_momentum: 0.999
65
- optimizer: prodigy
66
- other_fix: true # it's needed for checking on multisong dataset if other is actually instrumental
67
- use_amp: true # enable or disable usage of mixed precision (float16) - usually it must be true
68
 
69
  inference:
70
  batch_size: 4
 
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
 
45
  instruments:
46
  - vocals
47
  - other
 
 
 
48
  target_instrument: vocals
49
+ use_amp: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  inference:
52
  batch_size: 4