存档_cifar相关数据集使用方式

cifar相关数据集

  • cifar-10-100n
import torch
noise_file = torch.load('/content/cifar-10-100n/data/CIFAR-10_human.pt')
clean_label = noise_file['clean_label']
worst_label = noise_file['worse_label']
aggre_label = noise_file['aggre_label'

你可能感兴趣的:(Pytorch深度学习,python,开发语言)