You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I also encountered the same problem. I used TensorRT 8.5.1.7 when converting the ONNX model and generating the TRT model
Hello, I also encountered the same problem. TensorRT 8.5.1.7. thank you very much
您好,我根据您的提供的指令,成功生成了pp_pfe_fp16_python_training2.trt和pp_rpn_fp32_python_training2.trt,编译也通过了,但在运行的时候报错:
ERROR: 1: [stdArchiveReader.cpp::StdArchiveReader::30] Error Code 1: Serialization (Serialization assertion magicTagRead == kMAGIC_TAG failed.Magic tag does not match)
ERROR: 4: [runtime.cpp::deserializeCudaEngine::50] Error Code 4: Internal Error (Engine deserialization failed.)
ERROR: 1: [stdArchiveReader.cpp::StdArchiveReader::30] Error Code 1: Serialization (Serialization assertion magicTagRead == kMAGIC_TAG failed.Magic tag does not match)
ERROR: 4: [runtime.cpp::deserializeCudaEngine::50] Error Code 4: Internal Error (Engine deserialization failed.)
Failed to load trt file.Segmentation fault (core dumped)
engine在反序列化时候报错,我的tensorrt版本是8.4.1.5,请问这是什么原因呢?
The text was updated successfully, but these errors were encountered: