MadryLab / cifar10_challenge

A challenge to explore adversarial robustness of neural networks on CIFAR10.
MIT License
488 stars 133 forks source link

Correct architecture description #2

Closed wh0 closed 7 years ago

wh0 commented 7 years ago

https://github.com/MadryLab/cifar10_challenge/blob/master/model.py#L59-L78

This code is adapted from a the 32-layer ResNet in the Tensorflow models repository.

https://github.com/tensorflow/models/blob/master/research/resnet/resnet_model.py#L88

The upstream code notes that in a w28-10 model, there are 4 num_residual_blocks instead of 5.

amakelov commented 7 years ago

Thanks for catching that!