Newbeeer / L_DMI

Code for NeurIPS 2019 Paper, "L_DMI: An Information-theoretic Noise-robust Loss Function"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMI_loss

FengJiang001 opened this issue · comments

Hello, I am trying to implement DMI_loss, where can I get the data set of dogcat and clothing?

Thank you!

Hi,

The dogcat dataset can be found at https://www.kaggle.com/c/dogs-vs-cats .

The clothing1M dataset can be found at https://drive.google.com/folderview?id=0B67_d0rLRTQYU2E4aHNHaE1uMTg&usp=sharing

Detailed instructions and terms of use are listed in their README.md. Please do not redistribute the dataset ( said by the original data collector). Thanks.

Moreover, we have split the data into clean_test.txt, clean_train. txt,clean_val.txt and noisy_train.txt in the clothing directory.