TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

How to convert .engine to .plan?

Open KingCSer opened this issue 3 years ago • 3 comments

We have converted the caffe model to .engine by trtexec tools, how to convert this engine file to plan file?

KingCSer avatar Jul 04 '22 04:07 KingCSer

An engine file is a plan file. We use these two words interchangeably.

nvpohanh avatar Jul 04 '22 04:07 nvpohanh

yeah, but when we deploy it on the triton-server and launch it, it appears some errors as followed: 1656910905781(1)

KingCSer avatar Jul 04 '22 05:07 KingCSer

That means the TRT version you used to build the engine is not the same TRT version you used in deployment.

nvpohanh avatar Jul 04 '22 07:07 nvpohanh

Closing since no response for more than 3 weeks, please reopen if you still have question, thanks!

ttyio avatar Sep 19 '22 07:09 ttyio