Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics #5

Closed
EmreOzkose opened this issue Dec 7, 2021 · 2 comments
Closed

Metrics #5

EmreOzkose opened this issue Dec 7, 2021 · 2 comments

Comments

@EmreOzkose
Copy link

Hi,

I run run.py and it gives me some metrics like sdr/ds, etc.. Are these metrics equal to ones without ds? I search ds term in code, but couldn't find what it is exactly. For example I got sdr/ds=13.4 for my training, can I say sdr=13.4 ?

@JuanFMontesinos
Copy link
Owner

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.

@EmreOzkose
Copy link
Author

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants