Closed ryang-25 closed 1 month ago
Hi,
I think that's the model definition used by some of the first classifiers we added (in fact, there are several ResNets versions corresponding to different works).
Closing this for now, feel free to re-open if needed.
Hi, I was taking a look at the ResNet models here and I was wondering why the kernel_size for avg_pool is 4x4 rather than 8x8?
https://github.com/RobustBench/robustbench/blob/776bc95bb4167827fb102a32ac5aea62e46cfaab/robustbench/model_zoo/architectures/resnet.py#L115