You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run example codes, most of them are working. I am running using GPU.
However, when I run a3tgcn_example.py, I got the following error:
_H_accum = H_accum + probs[period] * self.base_tgcn(
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
What possible solution for this issue?
The text was updated successfully, but these errors were encountered:
I tried to run example codes, most of them are working. I am running using GPU.
However, when I run a3tgcn_example.py, I got the following error:
_H_accum = H_accum + probs[period] * self.base_tgcn(
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
What possible solution for this issue?
The text was updated successfully, but these errors were encountered: