import torch #創建Variable a = torch.autograd. ... 矩陣求導 c = torch.randn(3) print(c) c = Variable(c,requires_grad = True) print(c) y3 = c ...
確定! 回上一頁