RemFx / cfg /model /umx.yaml
mattricesound's picture
Update callbacks, debug new models
9a9a2c9
raw
history blame
No virus
327 Bytes
# @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}