Spaces:
Running
on
Zero
Running
on
Zero
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:
- Install PyTriton following the installation instruction
- In current terminal run jupyter notebook and open add_sub.ipynb file
jupyter notebook