Model Zoo

March 3, 2025 · View on GitHub

⚠️ Notice: Limited Maintenance

This project is no longer actively maintained. While existing releases remain available, there are no planned updates, bug fixes, new features, or security patches. Users should be aware that vulnerabilities may not be addressed.

Model Zoo

This page lists model archives that are pre-trained and pre-packaged, ready to be served for inference with TorchServe. To propose a model for inclusion, please submit a pull request.

Special thanks to the PyTorch community whose Model Zoo and Model Examples were used in generating these model archives.

ModelTypeDatasetSizeDownloadSample InputModel mode
AlexNetImage ClassificationImageNet216 MB.markitten.jpgEager
Densenet161Image ClassificationImageNet106 MB.markitten.jpgEager
Resnet18Image ClassificationImageNet41 MB.markitten.jpgEager
VGG16Image ClassificationImageNet489 MB.markitten.jpgEager
Squeezenet 1_1Image ClassificationImageNet4.4 MB.markitten.jpgEager
MNIST digit classifierImage ClassificationMNIST4.3 MB.mar0.pngEager
Resnet 152Image ClassificationImageNet214 MB.markitten.jpgEager
Faster RCNNObject DetectionCOCO148 MB.marpersons.jpgEager
MASK RCNNObject DetectionCOCO158 MB.marpersons.jpgEager
Text classifierText ClassificationAG_NEWS169 MB.marsample_text.txtEager
FCN ResNet 101Image SegmentationCOCO193 MB.marpersons.jpgEager
DeepLabV3 ResNet 101Image SegmentationCOCO217 MB.marpersons.jpgEager
BERT token classificationToken ClassificationAG_NEWS384.7 MB.marsample_text.txtEager
BERT sequence classificationSequence ClassificationAG_NEWS386.8 MB.marsample_text.txtEager
AlexNet ScriptedImage ClassificationImageNet216 MB.markitten.jpgTorchscripted
Densenet161 ScriptedImage ClassificationImageNet105 MB.markitten.jpgTorchscripted
Resnet18 ScriptedImage ClassificationImageNet42 MB.markitten.jpgTorchscripted
VGG16 ScriptedImage ClassificationImageNet489 MB.markitten.jpgTorchscripted
Squeezenet 1_1 ScriptedImage ClassificationImageNet4.4 MB.markitten.jpgTorchscripted
MNIST digit classifier ScriptedImage ClassificationMNIST4.3 MB.mar0.pngTorchscripted
Resnet 152 ScriptedImage ClassificationImageNet215 MB.markitten.jpgTorchscripted
Text classifier ScriptedText ClassificationAG_NEWS169 MB.marsample_text.txtTorchscripted
FCN ResNet 101 ScriptedImage SegmentationCOCO193 MB.marpersons.jpgTorchscripted
DeepLabV3 ResNet 101 ScriptedImage SegmentationCOCO217 MB.marpersons.jpgTorchscripted
MMF activity recognitionActivity RecognitionCharades549 MB.mar372CC.mp4Torchscripted
BERT sequence classification CPUSequence ClassificationAG_NEWS386.9 MB.marsample_text.txtTorchscripted
BERT sequence classification mGPUSequence ClassificationCAPTUM386.9 MB.marsample_text_captum_input.txtTorchscripted
BERT sequence classificationSequence ClassificationAG_NEWS386.8 MB.marsample_text.txtTorchscripted
dog breed classificationImage ClassificationImageNet1.1 KB.warkitten_small.jpgWorkflow

Refer example for more details on above models.