a = torch.empty(3,3).uniform_(0,1)# generate a uniform random matrix with range [0, 1]; >>> a; tensor([[0.1737,0.0950,0.3609], ...
確定! 回上一頁