Hi all
I am using TensorRt 6.0.1.5 and I tested tht Trt_yolo_app (https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/tree/restructure/yolo/apps/trt-yolo) in ubundu 16.04 , in jetson Nano and at both works perfect.
In windows with cuda 10.1, tensorrt 6.0.1.5, cudnn 7.6 it works until the serialization it creates the engine, but whe it tries to deserialize the cashed engine it gives me the below error:
Can someone help?
Loading TRT Engine…
ERROR: C:\source\rtSafe\coreReadArchive.cpp (55) - Serialization Error in nvinfer1::rt::CoreReadArchive::verifyHeader: 0 (Length in header does not match remaining archive length)
ERROR: INVALID_STATE: Unknown exception
ERROR: INVALID_CONFIG: Deserialize the cuda engine failed.
I tried different version of tensorrt (5.1, 5.0) but the same. Tensorrt is build with the same cuda (10.1) which is installed in the machine.
Thanks in advance
If I need to post this error to another thread please guide me as it is very ergent to me!