NVlabs / 6dof-graspnet

Implementation of 6-DoF GraspNet with tensorflow and python. This repo has been tested with python 2.7 and tensorflow 1.12.
MIT License
209 stars 56 forks source link

No OpKernel was registered to support Op 'FarthestPointSample' #21

Open LingweiZhang opened 3 years ago

LingweiZhang commented 3 years ago

No idea what's going on ... Can anyone give some help?

InvalidArgumentError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:

No OpKernel was registered to support Op 'FarthestPointSample' with these attrs.  Registered devices: [CPU,XLA_CPU,XLA_GPU], Registered kernels:
  device='GPU'

 [[node evaluator/ssg-layer1/FarthestPointSample (defined at <string>:103)  = FarthestPointSample[npoint=128](evaluator/concat)]]
zhangyb1008 commented 3 years ago

I have the same problem.Do you solve it now?

wyy772 commented 1 year ago

I have the same problem.Have you solved it now?