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

Discrepancy between code and paper: number of clean examples in Cifar #6

Open
tvogels opened this issue Jul 29, 2020 · 0 comments
Open

Comments

@tvogels
Copy link

tvogels commented Jul 29, 2020

Thanks very much for taking the effort to make your code available.
While reproducing your results, I found that the default number of clean examples in the Cifar experiments is 100, while the paper reports using 1000. Is the number 1000 in the paper correct? If so, maybe you could change the defaults in your code.

flags.DEFINE_integer('num_clean', 100, 'Number of clean images in the training set')

flags.DEFINE_integer('num_clean', 100, 'Number of clean images in the training set')

PS: does your Cifar code also include the MentorNet baseline somewhere?

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

1 participant