gmh14 / RobNets

[CVPR 2020] When NAS Meets Robustness: In Search of Robust Architectures against Adversarial Attacks
http://www.mit.edu/~yuzhe/robnets.html
MIT License
123 stars 15 forks source link

why not use the torchvision dataset for SVHN? #14

Open d12306 opened 3 years ago

d12306 commented 3 years ago

Hi, @gmh14 , thanks for our implementation, I notice that you re-implement the SVHN dataset in the dataset.py, kindly want to know what is the point of rewriting the dataset rather than using the torchvision datasets?

Thanks,

gmh14 commented 3 years ago

We just copy-paste from our previous codebase. I have not tried the torchvision dataset of SVHN, it should make no difference from my point. Please let me know if you find any significantly different results using torchvision.