「DLFramework」 TensorRT 常见问题
1 模型转换
1.1 expecting compute 7.5 got compute 6.1, please rebuild
ERROR: INVALID_CONFIG: The engine plan file is generated on an incompatible device, expecting compute 7.5 got compute 6.1, please rebuild.
ERROR: engine.cpp (1324) - Serialization Error in deserialize: 0 (Core engine deserialization failure)
tensorrt 的序列化和反序列化操作只能在特定硬件上做,两个操作需配套;
Comments