Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deserialization of the generated trt file #67

Closed
Eddiesyn opened this issue Oct 24, 2018 · 2 comments
Closed

deserialization of the generated trt file #67

Eddiesyn opened this issue Oct 24, 2018 · 2 comments

Comments

@Eddiesyn
Copy link

After got the serialized .trt file, how can we deserialize it using tensorrt c++ api?

@yinghai
Copy link

yinghai commented Nov 26, 2018

Please check this tutorial on how to deserialize TRT engine in C++:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#serial_model_c

@yinghai yinghai closed this as completed Nov 26, 2018
@FunkyKoki
Copy link

I don't think the doc discribes the process clearly enough. What is the modeldata and modelsize? Should I use class IHostmemroy to save the data and information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants