Hello,
I meet a problem that I can't solve. I have the same environment (tf-gpu 1.13.1, cuda 10.0) as yours and the tf-gpu is fine with gpu (I have tested with tf.test.is_gpu_available() and tf.test.is_built_with_cuda() ) but I can't use the function farthest_point_sample(), and the error info as follows:
InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'FarthestPointSample' used by node gpu_0/generator/decoder/FarthestPointSample (defined at :148) with these attrs: [npoint=256]
Registered devices: [CPU, XLA_CPU]
Registered kernels:
device='GPU'
[[node gpu_0/generator/decoder/FarthestPointSample (defined at :148) ]]
hope somebody could help me, it's very important to me, thanks!
Hello, I meet a problem that I can't solve. I have the same environment (tf-gpu 1.13.1, cuda 10.0) as yours and the tf-gpu is fine with gpu (I have tested with tf.test.is_gpu_available() and tf.test.is_built_with_cuda() ) but I can't use the function farthest_point_sample(), and the error info as follows:
InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'FarthestPointSample' used by node gpu_0/generator/decoder/FarthestPointSample (defined at:148) with these attrs: [npoint=256]
Registered devices: [CPU, XLA_CPU]
Registered kernels:
device='GPU'
[[node gpu_0/generator/decoder/FarthestPointSample (defined at :148) ]]
hope somebody could help me, it's very important to me, thanks!