Importing the PyTorch library import torch # Applying the empty function and # storing the resulting tensor in 'a' a = torch.empty([3, 4]) print("a = " ...
確定! 回上一頁