MadryLab / robustness

A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.
MIT License
903 stars 181 forks source link

Add resnet34 for CIFAR #92

Closed sanjass closed 3 years ago

sanjass commented 3 years ago

The line "resnet34 = ResNet34" is missing in cifar_models/resnet.py Got a KeyError when trying to use resnet34 with CIFAR. This solves the issue