tensorflow / tensorflow/graphics

No GPU support for graph convolutions

Open
#278 5 comments 0 reactions 1 assignee View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.