Closed EmreOzkose closed 2 years ago
Hi, You can find the implementation of sdr at https://github.com/JuanFMontesinos/Acappella-YNet/blob/main/VnBSS/trainer.py
The -ds too
It's just for tensorboard to group the parameters in a certain way. So yes, that's sdr for the validation set.
In theory if you are using traces for the validation set, that metric should run on exactly the same pair samples.
Thank you :)
Hi,
I run
run.py
and it gives me some metrics like sdr/ds, etc.. Are these metrics equal to ones withoutds
? I searchds
term in code, but couldn't find what it is exactly. For example I gotsdr/ds=13.4
for my training, can I say sdr=13.4 ?