prlz77 / ResNeXt.pytorch

Reproduces ResNet-V3 with pytorch
MIT License
505 stars 121 forks source link

add handling cifar10 data and test it #3

Closed AppleHolic closed 7 years ago

AppleHolic commented 7 years ago

Hello!

I'm sorry to miss to code for handling cifar10 dataset, so I edit some sources.

And, I did test on both cifar10 and cifar100 datasets, it test completely on given command that described in README.md without any problems.