Importing the PyTorch library import torch # A constant tensor of size n a = torch.randn(6) print(a) # Applying the exp function and # storing the result in ...
確定! 回上一頁