在运用tf_ops算子时出现InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op ‘FarthestPointSample’ with these attrs. Registered devices: [CPU], Registered kernels:device=‘GPU’
原因:TensorFlow无法调用你的GPU,可能时的显卡驱动除了问题。我是将电脑重启之后,显卡就能被重新调用了。具体可详见:https://github.com/charlesq34/pointnet2/issues/33
本文介绍了解决TensorFlow中使用farthest_point_sample算子时遇到的GPU调用失败问题。主要原因是显卡驱动可能出现的问题导致GPU无法正常工作。通过重启电脑等操作可以解决此问题。
1566

被折叠的 条评论
为什么被折叠?



