Skip to content
chenyaofo edited this page May 15, 2019 · 1 revision

Model Details for Resnet

We re-implement the resnet for cifar following the original paper(Deep Residual Learning for Image Recognition).

The code is a modification from torchvision/models/resnet.py.

Clone this wiki locally