randperm 함수를 활용하여 인덱스(데이터 순서)을 셔플합니다. In [24]:. indices = torch.randperm(x.size(0)). index_select 함수를 사용하여 셔플된 ...
確定! 回上一頁