RemFx / cfg /model /classifier.yaml
mattricesound's picture
Init dcunet and dptnet
7d6f241
raw
history blame
290 Bytes
# @package _global_
model:
_target_: remfx.models.FXClassifier
lr: 1e-4
lr_weight_decay: 1e-3
sample_rate: ${sample_rate}
network:
_target_: remfx.cnn14.Cnn14
num_classes: ${num_classes}
n_fft: 4096
hop_length: 512
n_mels: 128
sample_rate: ${sample_rate}