pytorch-AGNN
pytorch-AGNN copied to clipboard
RuntimeError: Expected object of type Variable[torch.FloatTensor] but found type Variable[torch.cuda.FloatTensor] for argument #1 'other'
mldl@ub1604:~/ub16_prj/pytorch-AGNN/agnn$ python train.py
Loading cora dataset...
Traceback (most recent call last):
File "train.py", line 113, in
import torch torch.version '0.3.0.post4'
Hello, I met the same problem with you,have you resolved it?