from __future__ import print_function import torch x=torch.rand(2, 3) print(x). 輸出應為隨機的5x3 tensor,如下所示。 測試新的Python 解譯器.
確定! 回上一頁