https://github.com/enot-autodl/enot_lite_tutorials
Here you can find tutorials for ENOT_lite framework.
https://github.com/enot-autodl/enot_lite_tutorials
Last synced: 10 months ago
JSON representation
Here you can find tutorials for ENOT_lite framework.
- Host: GitHub
- URL: https://github.com/enot-autodl/enot_lite_tutorials
- Owner: ENOT-AutoDL
- Created: 2021-08-24T07:52:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T10:06:23.000Z (about 4 years ago)
- Last Synced: 2024-12-29T23:54:58.855Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 23.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ENOT_lite_Tutorials
Here you can find tutorials for ENOT_lite framework.
# Installation
Install ONNX Runtime compiled with TensorRT and OpenVINO execution providers.
This package can be installed from ENOT team GitHub
(https://github.com/ENOT-AutoDL/ONNX-Runtime-with-TensorRT-and-OpenVINO)
using the following command:
$ wget -O - https://raw.githubusercontent.com/ENOT-AutoDL/ONNX-Runtime-with-TensorRT-and-OpenVINO/master/install.sh | bash
Install ENOT Lite framework from PyPI:
$ pip install enot-lite
### 1. Tutorial - getting started
This is a minimal example of using ENOT Lite Framework.