Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the individual labeling information for CIFAR-100? #3

Closed
yeachan-kr opened this issue Jul 14, 2022 · 1 comment
Closed

Where are the individual labeling information for CIFAR-100? #3

yeachan-kr opened this issue Jul 14, 2022 · 1 comment

Comments

@yeachan-kr
Copy link

yeachan-kr commented Jul 14, 2022

Hello,

Can you share the individual labeling information of each labeler for CIFAR-100? (e.g., noise_file['random_label2'])

It will be great if they are provided as CIFAR-10-N.

Thank you.

@weijiaheng
Copy link
Collaborator

Hi,

The individual labeling information of each labeler for CIFAR-100 is already provided. (the path is: './data/CIFAR-100_human.pt'). As we specified in the Readme file, you may get CIFAR-100-N with PyTorch through:

import torch
noise_file = torch.load('./data/CIFAR-100_human.pt')
clean_label = noise_file['clean_label']
noisy_label = noise_file['noisy_label']

If you have additional concerns, please feel free to let me know.

Best,
Jiaheng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants