0x00 list 转numpy. ndarray = np.array(list). 0x01 numpy 转list. list = ndarray.tolist(). 0x02 list 转torch.Tensor. tensor=torch.Tensor(list) ...
確定! 回上一頁