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
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices [0,7] = -1 is not in [0, 157) [[node GatherV2_12 (defined at /.cifar/lib/python3.6/site-packages/tensorflow_core/python/framework/ops.py:1748)]]
Do you have any suggestions for solving it?
The text was updated successfully, but these errors were encountered:
Thanks a lot for open-sourcing your source code.
When I tried your train.py code, I have a runtime error. The error in line 70 of the train.py file:
_, dists, out1, out2, out3 = sess.run ([model.opt_op, model.loss, model.output1, model.output2, model.output3], feed_dict = feed_dict)
The error is:
Do you have any suggestions for solving it?
The text was updated successfully, but these errors were encountered: