How can I use the result of Test metric? #915
Unanswered
DeepSpace98
asked this question in
Q&A
Replies: 1 comment
-
Hi, metrics = trainer.test(model=model, datamodule=datamodule)
image_auroc = metrics["image_AUROC"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the results of trainer.test‘s execution like this, but now I want to use the image_AUROC elsewhere.How to call the image_AUROC result of the test set conveniently?
Beta Was this translation helpful? Give feedback.
All reactions