Class output size from Model #223
Unanswered
jaideep11061982
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
-
class_out, box_out = self.model(x)
I passed num_classes=4 , 0,1,2,3 where 0 is bg class.
My labels in dataset varry from 0 to 4 .
Beta Was this translation helpful? Give feedback.
All reactions