fitting-random-labels
fitting-random-labels copied to clipboard
Example code for the paper "Understanding deep learning requires rethinking generalization"
Results
2
fitting-random-labels issues
Sort by
recently updated
recently updated
newest added
Hey, thanks for sharing! When training on partially corrupted labels, shouldn't we still evaluate on accurate labels? Current implementation evaluates on a dataset that has corrupted labels. Or perhaps I'm...
For example, if we want to test it on imagenet-12, are we going to create a similiar py script likes cifar 10 and make change on the cmd_args and get_data_loders...