We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在windows上跑cookbook中的04-BuildEngineByONNXParser中pyTorch-ONNX-TensorRT示例时,遇到以下错误,
1, createCalibrationAndInferenceData.py中生成的dataDictionary["calibrationData"] = calibrationData 是np.float64的,这个会影响结果么
2,执行main.cpp 打开int8时,会在C++文件夹中calibrator.cpp中报错,报错内容如下 原因时bufferSize是0
The text was updated successfully, but these errors were encountered:
还有个问题,pData未分配内存,当退出构造函数时,会释放,导致结果不对
Sorry, something went wrong.
遇到了相同的问题,好像是除buffer_size的位置不对,需要往下移。
请问这个pData该怎么分配内存。
看到pr了,感谢
No branches or pull requests
我在windows上跑cookbook中的04-BuildEngineByONNXParser中pyTorch-ONNX-TensorRT示例时,遇到以下错误,
1, createCalibrationAndInferenceData.py中生成的dataDictionary["calibrationData"] = calibrationData 是np.float64的,这个会影响结果么
2,执行main.cpp 打开int8时,会在C++文件夹中calibrator.cpp中报错,报错内容如下
原因时bufferSize是0
The text was updated successfully, but these errors were encountered: