
Overview
This model provides intermediate image feature extraction functionality for image classification. It can also provide top-5 category predictions out of 1000 classes on ImageNet.
This network is one of the best models that are both highly efficient and accurate. As a result, it also provides high-quality features for various tasks.
Highlights
- This model can extract high-quality image features efficiently.
- This model can predict top-5 predictions on ImageNet.
- The state-of-the-art performance with accuracy of 79.15 vs. 75.3 in the original paper (https://arxiv.org/abs/1512.03385)
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.c4.xlarge Inference (Real-Time) Recommended | Model inference on the ml.c4.xlarge instance type, real-time mode | $0.00 |
ml.c4.xlarge Inference (Batch) Recommended | Model inference on the ml.c4.xlarge instance type, batch mode | $0.00 |
ml.m4.4xlarge Inference (Real-Time) | Model inference on the ml.m4.4xlarge instance type, real-time mode | $0.00 |
ml.m5.4xlarge Inference (Real-Time) | Model inference on the ml.m5.4xlarge instance type, real-time mode | $0.00 |
ml.m5.12xlarge Inference (Real-Time) | Model inference on the ml.m5.12xlarge instance type, real-time mode | $0.00 |
ml.m4.16xlarge Inference (Real-Time) | Model inference on the ml.m4.16xlarge instance type, real-time mode | $0.00 |
ml.m5.2xlarge Inference (Real-Time) | Model inference on the ml.m5.2xlarge instance type, real-time mode | $0.00 |
ml.c4.4xlarge Inference (Real-Time) | Model inference on the ml.c4.4xlarge instance type, real-time mode | $0.00 |
ml.m5.xlarge Inference (Real-Time) | Model inference on the ml.m5.xlarge instance type, real-time mode | $0.00 |
ml.c5.9xlarge Inference (Real-Time) | Model inference on the ml.c5.9xlarge instance type, real-time mode | $0.00 |
Vendor refund policy
None
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Initial release
Additional details
Inputs
- Summary
Supported content types are image/jpeg, image/png and image/bmp.
AWS APIs can be used to invoke the model after endpoint creation, e.g., using aws-cli:
aws sagemaker-runtime invoke-endpoint --endpoint-name your_endpoint_name --body fileb://img.jpg --accept image/jpeg --custom-attributes '{"feature": "flat"}' feat.out
This command will extract 2048-dim feature prior to fully-connected layer.
Supported layers: ('conv1', 'bn1', 'relu', 'maxpool', 'layer1', 'layer2', 'layer3', 'layer4', 'avgpool', 'flat', 'fc'), if you don't speficy custom-attributes, this model will return top-5 predictions.
- Input MIME type
- image/jpeg, image/png, image/bmp
Resources
Vendor resources
Support
Vendor support
Model supported is available from GluonCV. Search for questions and open new issues to ask questions.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products




