This demonstrates a OpenVINO utility to convert Keras or TFHub models or TF object detection models in AWS Sagemaker notebook instance.
- AWS Sagemaker notebook instance.
- Recommended instance type:
ml.t3.xlarge
- Choose
notebook-al2-v1
ornotebook-al2-v2
as Platform identifier.al2
refers to Amazon Linux 2.
- Recommended instance type:
- Launch AWS Sagemaker Jupyer Notebook instance. See Prerequisites.
- Upload the ov_utils.py and requirements.txt
- Upload one of the jupyter notebook from this repo as per your requirement. See Examples.
- Follow the instruction provided in Jupyter Notebook.
- For Keras models, run create_ir_for_keras.ipynb. See Keras-SupportedModelList.md
- For TFHub models, run create_ir_for_tfhub.ipynb. See TFHub-SupportedModelList.md
- For Object detection models, run create_ir_for_obj_det.ipynb. See ObjDet-SupportedModelList.md