NVIDIA Xavier - Deep Learning - TensorRT - Parsing Caffe

From RidgeRun Developer Connection
< Xavier‎ | Deep Learning‎ | TensorRT
Revision as of 10:22, 24 October 2018 by Emadrigal (talk | contribs) (Created page with "<noinclude> {{Xavier/Head}} </noinclude> <!-- If you want a custom title for the page, un-comment and edit this line: {{DISPLAYTITLE:NVIDIA Jetson Xavier - <descriptive page n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



  Index  



Nvidia-preferred-partner-badge-rgb-for-screen.png



Parsing Caffe model for TensorRT

The process for caffe models are fairly similar to Tensorflow models. The key difference is that you don't need to generate a uff model file. Caffe model file (.caffemodel) can be imported directly from tensorrt.

Loading a caffe model is an actual example provided by NVIDIA with TensorRT naned sample_mnist. For more details on this example please refer to the C++ API section.



[[Xavier/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[Xavier/<Replace with "next" page>|Next: <Replace with "next" page>]]