Convert a custom accuracy function into torchmetric? #501
Unanswered
Abhinav43
asked this question in
Classification
Replies: 1 comment
-
Hi @Abhinav43, |
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
-
Hello, Thank you for this awesome project. I am new to use torchmetric, and I have one doubt regarding the custom function.
So if I have my own function to calculate the accuracy, such as :
How I can convert this function into torch metric where all the internal logic will be from my function, Just want to wrap my logic in torch metric.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions