Skip to content

Latest commit

 

History

History

add_sub_notebook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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