Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 886 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 886 Bytes

onnx-demo

An introduction to ONNX! Convert your ML models to an agnostic format and take advantage of speedier inference ⚡️.

Demo

See:

onnx-demo.ipynb

Installation

pip install -r requirements.txt

Demo

Serve the Notebook as slides using:

jupyter nbconvert onnx-demo.ipynb \
    --to slides \
    --post serve \
    --SlidesExporter.reveal_scroll=True \
    --TagRemovePreprocessor.remove_input_tags={\"remove-input\"}

About

Slides built by Jeroen Overschie.