接著就是利用torch.utils.data.DataLoader 數據加載器,將打包好的數據可以跌代進模型中訓練。 # prepare data loaders (combine dataset and sampler) train_loader = ...
確定! 回上一頁