Tensor ,它可以是0维、一维以及多维的数组,你可以将它看作为神经网络界 ... import torch import numpy as np t1 = torch.zeros(1, 2) print(t1) t2 ...
確定! 回上一頁