-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[labels
out of bound]
#33
Comments
I met the same problem,did you slove it? |
My python is 2.7 with tensorflow 1.12.
Because the later version of TF has added the assert:
from the comments of @xxxzhi in https://github.com/tensorflow/models/issues/2239. And it it so wired in TF 1.12 that I can't use the solution of https://github.com/tensorflow/models/issues/2239. After using Then I thought I must ignore all labels greater than or equal to number_of_classes from the comments of @amlarraz https://github.com/DrSleep/tensorflow-deeplab-resnet/issues/107. |
I met the same problem recently, did you solve it? |
I am getting the below error in the testing module.
I only have 2 labels as 255 is not included in the classes.
The text was updated successfully, but these errors were encountered: