google / mentornet

Code for MentorNet: Learning Data-Driven Curriculum for Very Deep Neural Networks
Apache License 2.0
320 stars 63 forks source link

Question regarding training MentorNet with CIFAR10 and transfer to CIFAR100 #5

Closed Jongchan closed 5 years ago

Jongchan commented 5 years ago

This is a question regarding the paper, not the code. I tried to parse through your code, but as I am not familiar with TF, there are more confusions.

As far as I understand, MentorNet (DD) is only trained with a small clean set, right? If the label spaces are matched between clean set and large noisy set, it is pretty clear.

My question is, as there are different number of classes between CIFAR10 and CIFAR100, how can you train label embedding layer in CIFAR10 and deploy in CIFAR100?

Thank you :D

Jongchan commented 5 years ago

Sorry, found the answer in the supplementary material. never mind!