import torch x = torch.rand(2, 3) print(x). 輸出應該是隨機的5x3 tensor。 數位會不同,但看起來應該類似下面的內容。 確認Pytorch 功能.
確定! 回上一頁