-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
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
YOLOV4 INT8 Calibration ERROR #173
Comments
I had the same issue with xavier on yolov3/4/5.
|
the same issue, pls make a reply. |
Please refer to our open source quantization tool ppq, the quantization effect is better than the calibration of tensorrt, if you encounter issues, we can help you solve them. |
File does not exist : ../configs/yolov4-kINT8-batch2.engine
Building the TensorRT Engine...
Using cached calibration table to build the engine
Using cached calibration table to build the engine
WARNING: TensorRT was linked against cuBLAS/cuBLAS LT 11.5.1 but loaded cuBLAS/cuBLAS LT 11.4.2
WARNING: Detected invalid timing cache, setup a local cache instead
ERROR: 2: [reformatRunner.cpp::onShapeChangeNONCONST::104] Error Code 2: Internal Error (Assertion mCombinedScalesSize >= channelDst failed.)
yolo-trt: /work/app/yolo-tensorrt/modules/yolo.cpp:488: void Yolo::createYOLOEngine(nvinfer1::DataType, Int8EntropyCalibrator*): Assertion `m_Engine != nullptr' failed.
Device: RTX A4000
OS: Ubuntu 20.04
CUDA 11.3, CUDNN 8.2.1, TensorRT 8.0.1.6
The text was updated successfully, but these errors were encountered: