admin管理员组

文章数量:1122853

存档

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'

本文标签: 存档