/polygraphy_guide

Primary LanguageJupyter Notebook

This repo is a simple guide for Polygraphy CLI/API. Please refer to the jupyter notebook for details.

Polygraphy is a toolkit designed to assist in running and debugging deep learning models in various frameworks. It is a part of TensorRT OSS. You can learn the source code from the repo. It includes a Python API and a command-line interface (CLI) built using this API.

If you want to learn how to use the CLI method, please see details in Polygraphy_CLI_guide folder.

If you want to learn how to use the python API, please see details in Polygraphy_API_guide folder.

Thanks Yiming992 provide the python API sample.