randperm函数 randperm功能是随机打乱一个数字序列。 语法格式: y = torch.randperm(n) y是把1到n这些数随机打乱得到的一个数字序列。 th> torch.randpe … Continue reading randperm函数