RobNets icon indicating copy to clipboard operation
RobNets copied to clipboard

why not use the torchvision dataset for SVHN?

Open d12306 opened this issue 3 years ago • 1 comments

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,

d12306 avatar Dec 20 '20 11:12 d12306

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.

gmh14 avatar Dec 20 '20 11:12 gmh14