akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any example on running it for CIFRA100 and ImageNet

abduallahmohamed opened this issue · comments

Hi,

I was wondering is there's an example to run this on CIFAR100 and ImageNet?

btw, thanks for the effort you put into this repo!