Pixel2Mesh
Pixel2Mesh copied to clipboard
Problem
when i train the model , i meet the problem :
Caused by op u'Gather_12', defined at:
File "/home/dcl/workspace/Pixel2Mesh/train.py", line 55, in
InvalidArgumentError (see above for traceback): indices[0,7] = -1 is not in [0, 157) [[Node: Gather_12 = Gather[Tindices=DT_INT32, Tparams=DT_FLOAT, validate_indices=true, _device="/job:localhost/replica:0/task:0/cpu:0"](concat_2, strided_slice_15)]]
same problem.
InvalidArgumentError (see above for traceback): flat indices[117, :] = [3, 7] does not index into param (shape: [7,7,512]). [[Node: graphprojection_1/GatherNd_15 = GatherNd[Tindices=DT_INT32, Tparams=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"](gcn/Squeeze_3, graphprojection_1/stack_15)]]
See issue 22 https://github.com/nywang16/Pixel2Mesh/issues/22
any solution on this? i got a similar error
2020-06-25 06:07:20.423197: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at gather_nd_op.cc:47 : Invalid argument: indices[1 17] = [2, 7] does not index into param shape [7,7,512] 2020-06-25 06:07:20.423594: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at gather_nd_op.cc:47 : Invalid argument: indices[1 17] = [3, 7] does not index into param shape [7,7,512]