File size: 327 Bytes
a89496d
7d6f241
9a9a2c9
a89496d
 
 
 
 
ccecb22
a89496d
7bb4fe3
 
 
a89496d
7bb4fe3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @package _global_
model:
  _target_: remfx.models.RemFX
  lr: 1e-4
  lr_beta1: 0.95
  lr_beta2: 0.999
  lr_eps: 1e-6
  lr_weight_decay: 1e-3
  sample_rate: ${sample_rate}
  network:
    _target_: remfx.models.OpenUnmixModel
    n_fft: 2048
    hop_length: 512
    n_channels: 1
    alpha: 0.3
    sample_rate: ${sample_rate}