# polygraphy_guide **Repository Path**: tmycode/polygraphy_guide ## Basic Information - **Project Name**: polygraphy_guide - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://github.com/NVIDIA/TensorRT/tree/master/tools/Polygraphy). 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](https://github.com/Yiming992) provide the python API sample.