想问一下 如果想要pytorch实现 生成up 和 down 其中up = torch.randint(low=0,high=100,size=(batch_size,size)) down的high要是up里对应值 该怎么实现啊