Closed wh0 closed 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.
Thanks for catching that!
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.