Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

tensorflow.python.framework.errors_impl.InvalidArgumentError

Open shayan-h72 opened this issue 2 years ago • 0 comments

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:

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?

shayan-h72 avatar Mar 09 '22 06:03 shayan-h72