randperm函数

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

[torch.DoubleTensor of size ]

                                                                      [.0003s]
th> torch.randperm() [torch.DoubleTensor of size ]
 
上一篇:智能客服 利用python运行java代码


下一篇:Linux 定时任务详解