LiJunnan1992 / DivideMix

Code for paper: DivideMix: Learning with Noisy Labels as Semi-supervised Learning
MIT License
543 stars 84 forks source link

Data set used for module 'dataloader_cifar' #21

Closed FFANGTE closed 4 years ago

FFANGTE commented 4 years ago

Hi. Thanks for your exciting paper to me! I'd like to implement on your code but there is no dataset used in the module 'dataloader_cifar'. When 'unpickle' the file, there is no data dict file so arise error. I think the cifar dataset which used in this code will have some proper form like 'dictionary'. Where could i get this dataset?

FFANGTE commented 4 years ago

I did by using dataset from the github of the paper 'Co-teaching'. But i want to know where can i get this.

LiJunnan1992 commented 4 years ago

Hi, you can download the cifar dataset from the official website: https://www.cs.toronto.edu/~kriz/cifar.html. Thanks!