You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generating the mask by encode_segmap, SpatialClassNLLCriterion.cu reports: Assertion t >= 0 && t < n_classes failed.
It seems that the labels exceed the range of n_classes.
I used the default data mentioned in the src code.
Thank you.
After generating the mask by encode_segmap, SpatialClassNLLCriterion.cu reports: Assertion
t >= 0 && t < n_classesfailed.It seems that the labels exceed the range of n_classes.
I used the default data mentioned in the src code.
Thank you.