Tensor.size() 查看当前tensor 的维度举个例子: >>> import torch >>> a = torch. ... 如下所示: alist=[1,2]] >>>[1,2] alist.append([3,4]) >>>[1, 2, [3, ...
確定! 回上一頁