pytorch中tensor.expand()和tensor.expand_as()函数详解tensor.expend()函数>>> import ... 如下所示: alist=[1,2]] >>>[1,2] alist.append([3,4]) >>>[1, 2, [3, ...
確定! 回上一頁