We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.