Skip to content
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

Performance degradation after memory leak issue is been resolved. #1

Open
AatishLanghee opened this issue Nov 29, 2021 · 1 comment

Comments

@AatishLanghee
Copy link

Hello,

Can you please check the following issues I am facing :

  1. We have tested Tiny Yolov3 model ( 416 * 416 ) trained on COCO dataset, there is a performance degradation we have observed in terms of FPS and GPU/NPU consumption.

Previously we were getting around 24 FPS and approx. 40% GPU/NPU consumption for Tiny Yolov3 model. Now, after memory leak issued is been resolved, we are getting around 17 FPS and approx. 10% GPU/NPU consumption for Tiny Yolov3 model.

The same is been observed with our custom trained models.

Is there any way we can improve the NPU/GPU consumption and can get higher FPS?

  1. Following parameters are not working while using conversion tool:
    a. --device type ( GPU/CPU )
    b. --quantized-dtype ( perchannel_symmetric_affine / symmetric_affine / asymmetric_quantized)

  2. If we use INT8 for quantization, accuracy reduces. And for INT16, we are getting segmentation fault.

@yan-wyb
Copy link
Contributor

yan-wyb commented Dec 20, 2021

I have solved this problem, you can try it with the latest SDK and KSNN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants