import torch x = torch.empty(5, 3) # 生成空的矩阵print(x) x = torch.rand(5, 4) # 生成随机矩阵print(x) x = torc.
確定! 回上一頁