Skip to content

Files

Latest commit

8839fa3 · May 26, 2022

History

History
This branch is 1155 commits behind openvinotoolkit/openvino_notebooks:main.

106-auto-device

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 26, 2022
Apr 12, 2022

Introduction to Auto Device Selection in OpenVINO

Binder

This notebook demonstrates how to do inference with Automatic Device Selection. More information about Automatic Device Selection: click >>>

Notebook Contents

A basic introduction to do Auto Device Selection with OpenVINO.

This notebook demostrate how to compile_model with AUTO device, compare the first inference latency (model compilation time + 1st inference time) between GPU device and AUTO device, show the difference performance hints (THROUGHPUT and LATENCY) with significant performance results towards the desired metric.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.