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

Add support for multiple metrics for validation #24

Open
george-gca opened this issue Oct 21, 2020 · 0 comments
Open

Add support for multiple metrics for validation #24

george-gca opened this issue Oct 21, 2020 · 0 comments

Comments

@george-gca
Copy link

Is your feature request related to a problem? Please describe.
My model uses multiple metrics for validation, and it would be useful if I could visualize each one of them.

Describe the solution you'd like
When sending info to server, it would be nice if a dict of metrics (composed by its names and current value) could be provided.

Describe alternatives you've considered
Maybe it would be nice to split the sendLoss function into different functions, like sendLoss, sendMetrics.

Additional context
For cases when working with Super Resolution, one should compare images using regular metrics (e.g. PSNR) and metrics that consider human perception (e.g. SSIM), for example.

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

1 participant