tensorflow / tensorflow/graphics
No GPU support for graph convolutions
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have the same issue referenced at the end of https://github.com/tensorflow/graphics/issues/13
Namely the ops SparseReshape does not seem to have GPU support.
My code runs fine with automatic device placement but gives this when I force the placement of graph convolutions on gpu0.
[...]
InvalidArgumentError (see above for traceback): Cannot assign a device for operation graph_convolution_feature_steered_convolution_weights/graph_convolution_feature_steered_convolution/utils_convert_to_block_diag_2d/SparseReshape: Could not satisfy explicit device specification '/device:GPU:0' because no supported kernel for GPU devices is available.
Registered kernels:
device='CPU'
I have the same error on windows and linux with tf 1.15 and cuda 10.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.