Skip to content

Latest commit

 

History

History

mo-utility

OpenVINO™ Model Optimization in AWS Sagemaker

This demonstrates a OpenVINO utility to convert Keras or TFHub models or TF object detection models in AWS Sagemaker notebook instance.

Prerequisites

  • AWS Sagemaker notebook instance.
    • Recommended instance type: ml.t3.xlarge
    • Choose notebook-al2-v1 or notebook-al2-v2 as Platform identifier. al2 refers to Amazon Linux 2.

Instructions

  1. Launch AWS Sagemaker Jupyer Notebook instance. See Prerequisites.
  2. Upload the ov_utils.py and requirements.txt
  3. Upload one of the jupyter notebook from this repo as per your requirement. See Examples.
  4. Follow the instruction provided in Jupyter Notebook.

Examples