Loss computation from samples #9757
Unanswered
chicodelarosa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all.
So, I am working on a custom transform. I want to add a loss term that would compare the samples altered by the transform and those that were not. Up to now, I've seen that loss functions take pred, target, reduction procedure, and other parameters as arguments, but I also want to pass on the samples. Is there an API way of doing this through MMDet?
I will appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions