-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
how can solve the error "errors_impl.InvalidArgumentError: assertion failed: [predictions
out of bound] [Condition x < y did not hold element-wise:] [x (mean_iou/confusion_matrix/control_dependency_1:0) = ] [0 0 0...]", when running deeplabv3+ eval.py at training on ms coco2014 dataset with the mobilenetv2 model
#4709
Comments
Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. |
oh, sorry. System information Describe the problem: when I training on ms coco 2014 datasets with the mobilenet pretrained mode, I have the error reported "errors_impl.InvalidArgumentError: assertion failed: [predictions out of bound] [Condition x < y did not hold element-wise:] [x (mean_iou/confusion_matrix/control_dependency_1:0) = ] [0 0 0...]". I set the cropsize[641, 641] at running eval.py, how can solve this problem ,thanks. Source code / logs INFO:tensorflow:Running local_init_op. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Is there any progress on this subject? |
I solved the above error by following this answer. |
That is my comment in warmspringwinds/tf-image-segmentation#33 |
Hi There, |
when I training on ms coco 2014 datasets with the mobilenet pretrained mode, I have the error reported "errors_impl.InvalidArgumentError: assertion failed: [
predictions
out of bound] [Condition x < y did not hold element-wise:] [x (mean_iou/confusion_matrix/control_dependency_1:0) = ] [0 0 0...]". I set the cropsize[641, 641] at running eval.py, how can solve this problem ,thanks.The text was updated successfully, but these errors were encountered: