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
During the quantization process, I used the following commands: python quantize.py --quant_mode calib --subset_len 1 and python quantize.py --quant_mode test --subset_len 1 --batch_size=1 --deploy to generate DetectMultiBackend_int.xmodel. Then, I converted it into an .xmodel file executable on the DPU, integrating hardware information. However, when deploying the .xmodel model on the ZCU104 development board, numerous errors occurred, making it difficult to determine whether the issue lies with the inference script or the .xmodel itself. I would like to ask if anyone can confirm that the quantization steps were error-free and that the .xmodel file was generated correctly. I have attached a screenshot of the quantization results below.(PS:The version of Vitis-AI is 2.5.)
The text was updated successfully, but these errors were encountered:
During the quantization process, I used the following commands: python quantize.py --quant_mode calib --subset_len 1 and python quantize.py --quant_mode test --subset_len 1 --batch_size=1 --deploy to generate DetectMultiBackend_int.xmodel. Then, I converted it into an .xmodel file executable on the DPU, integrating hardware information. However, when deploying the .xmodel model on the ZCU104 development board, numerous errors occurred, making it difficult to determine whether the issue lies with the inference script or the .xmodel itself. I would like to ask if anyone can confirm that the quantization steps were error-free and that the .xmodel file was generated correctly. I have attached a screenshot of the quantization results below.(PS:The version of Vitis-AI is 2.5.)
The text was updated successfully, but these errors were encountered: