存档
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'
存档
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'