-
Notifications
You must be signed in to change notification settings - Fork 1
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
tensorflow.python.framework.errors_impl.InvalidArgumentError #1
Comments
This is a part of the error log: Traceback (most recent call last): Original stack trace for 'InceptionV3/bilinear_attention_pooling/logits/Gather/GatherV2': |
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[176] = 2530 is not in [0, 2520)
[[{{node InceptionV3/bilinear_attention_pooling/logits/Gather/GatherV2}}]]
I got this Error when trying to run train_sample_aircraft.sh . I made some effort to fix it and found a lot of answers that indicate that the error is in the dataset (which I downloaded from the Drive in readme). Can anyone please check it out?
The text was updated successfully, but these errors were encountered: