16 >>> m = Uniform(torch.tensor([0.0]), torch.tensor([5.0])). 17 >>> m.sample() # uniformly distributed in the range [0.0, 5.0).
確定! 回上一頁