What does it mean if -1 is returned for .get_device() for torch tensor? – Ubuntu
I am using pytorch geometric to train a graph neural network. The problem that led to this question is the following error: RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and…