yerang's picture
Upload 1110 files
e3af00f verified
|
raw
history blame
1.17 kB

Add-Sub Python Model in Jupyter Notebook

Overview

The example presents a simple Add-Sub model which perform an addition and subtraction operations on passed input data and it also shows how to redefine inference callable and reload the model.

Example consists of following scripts:

  • add_sub.ipynb - Jupyter Notebook file

Quick Start

The step-by-step guide:

  1. Install PyTriton following the installation instruction
  2. In current terminal run jupyter notebook and open add_sub.ipynb file
jupyter notebook