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._basetgcn(
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
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._basetgcn( 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?