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

Validation scores #22

Open
nswinburne opened this issue May 27, 2020 · 0 comments
Open

Validation scores #22

nswinburne opened this issue May 27, 2020 · 0 comments

Comments

@nswinburne
Copy link

Thanks for the great RetinaNet examples. I'm training a model to recognize a single class (versus background) and validating on a held-out labeled dataset. I load in the new validation dataset and run:

learn.validate(data_test.valid_dl)

This returns [0.34860164, 0.774676853563362]

For a one-class approach, I'm assuming the first returned value is the Validation Loss and the 2nd is the class Average Precision. Is that correct?

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