torch.randperm(n): The sequence of numbers obtained by randomly shuffling 0~n-1 (including 0 and n-1), the function name is the abbreviation of random ...
確定! 回上一頁