WARNING: ONNX model has a newer ir_version (0.0.4) than this parser was built against (0.0.3).
setInt8Mode
Notice: the platform do not has fast for int8
Begin building engine...
WARNING: Calibrator is not being used. Users must provide dynamic range for all tensors that are not Int32.
ERROR: Calibration failure occurred with no scaling factors detected. This could be due to no int8 calibrator or insufficient custom scales for network layers. Please see int8 sample to setup calibration correctly.
ERROR: Builder failed while configuring INT8 mode.
ERROR: Unable to create engine
The erro comes as follow:
WARNING: ONNX model has a newer ir_version (0.0.4) than this parser was built against (0.0.3). setInt8Mode Notice: the platform do not has fast for int8 Begin building engine... WARNING: Calibrator is not being used. Users must provide dynamic range for all tensors that are not Int32. ERROR: Calibration failure occurred with no scaling factors detected. This could be due to no int8 calibrator or insufficient custom scales for network layers. Please see int8 sample to setup calibration correctly. ERROR: Builder failed while configuring INT8 mode. ERROR: Unable to create engine