RemFx / cfg /model /dptnet.yaml
mattricesound's picture
Remove previous DPTNet/DCUNet implementations
ca6b6f7
raw
history blame
No virus
429 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.DPTNetModel
n_src: 1
in_chan: 64
out_chan: 64
chunk_size: 100
n_repeats: 2
fb_name: "free"
kernel_size: 16
n_filters: 64
stride: 8
sample_rate: ${sample_rate}
num_bins: 1025