File size: 713 Bytes
e552333 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
data:
num_workers: 12
sample_rate: 48000
samples_per_track: 13
seed: 42
seq_dur: 5.046
source_augmentations:
- gain
sources:
- vocal_percussion
- bass
- alto
- tenor
- soprano
- lead_vocal
filterbank:
kernel_size: 32
n_filters: 64
stride: 16
main_args:
help: null
masknet:
bidirectional: true
chunk_size: 174
dropout: 0
ff_activation: relu
ff_hid: 256
hop_size: 128
in_chan: 64
mask_act: sigmoid
n_repeats: 8
n_src: 6
norm_type: gLN
out_chan: 64
optim:
lr: 0.005
optimizer: adam
weight_decay: 1.0e-05
positional arguments: {}
training:
batch_size: 1
early_stop: true
epochs: 600
gradient_clipping: 5
half_lr: true
loss_func: pit_sisdr
|