Is AlexNet pretrained on Imagenet with LRN layers and with the original filter sizes available in PyTorch?

I am implementing a 2015 NIPS paper in PyTorch and they used original alexnet models with LRN and some different filter sizes on Places365 and ImageNet. I am not sure if it makes a difference, but are these older models available in PyTorch?
Thanks in advance

1 Like

AlexNet-OWT (from one weird trick paper) is available in torchvision, but not AlexNet original. see