看的好多博文,但是都只讲了tensorrt的参数详解,或者讲一下推理每一个过程是要做什么和代码,没有操作完成后接口释放这些,求英雄解答一下。(有条件的话,恳求英雄分享一下tensorrt安装环境,推理,和释放过程的全文档)
收起
最全的就是官方文档, Developer Guide :: NVIDIA Deep Learning TensorRT Documentation This TensorRT Developer Guide demonstrates how to use the C++ and Python APIs for implementing the most common deep learning layers. It shows how you can take an existing model built with a deep learning framework and build a TensorRT engine using the provided parsers. The Developer Guide also provides step-by-step instructions for common user tasks such as creating a TensorRT network definition, invoking the TensorRT builder, serializing and deserializing, and how to feed the engine with data and perform inference; all while using either the C++ or Python API. https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html 如果英文查阅不方便,可以用浏览器翻译功能,如图
报告相同问题?