import torch. print('e^1 equals: ', torch.exp(torch.FloatTensor([1]))). print('e^2 equals: ', torch.exp(torch.FloatTensor([2]))).
確定! 回上一頁