Thanks. It seems that the issue has to do with if the tensor is a Variable. import torch from torch.autograd import Variable a = torch.ones(1) a ...
確定! 回上一頁