torch.normal(means=torch.arange(1, 11), std=torch.arange(1, 0, -0.1)) 1.5104 ... Returns a Tensor of random numbers drawn from separate normal distributions ...
確定! 回上一頁