AlexNet ======= .. currentmodule:: torchvision.models The AlexNet model is based on the `ImageNet Classification with Deep Convolutional Neural Networks `__ paper. Model builders -------------- The following model builders can be used to instanciate an AlexNet model, with or without pre-trained weights. All the model builders internally rely on the ``torchvision.models.alexnet.AlexNet`` base class. Please refer to the `source code `_ for more details about this class. .. autosummary:: :toctree: generated/ :template: function.rst alexnet