Creating a randomly initialized tensor import torch describe(torch.rand(2, 3)) # uniform random describe(torch.randn(2, 3)) # random normal ...
確定! 回上一頁