super-gradients icon indicating copy to clipboard operation
super-gradients copied to clipboard

YOLO-NAS with NPU. Possible?

Open Tsardoz opened this issue 2 years ago • 1 comments

💡 Your Question

There is much written about using INT8 quantization (QAT and PTQ) with YOLO-NAS. However, I can find nothing about using it with NPUs. It seems to be designed for CPU use and to work with NPUs the model structure must be changed. Is that right? If so, are there plans for NPU versions?

Versions

No response

Tsardoz avatar May 29 '23 04:05 Tsardoz

Deci-AI cannot provide NPU model versions for you. This is because you need to compile a program for the specific chip you run your models on. Each of them have an associated toolchain that is completely different to another chips' toolchain. Which makes it close to impossible to build a unified NPU exporter that matches you specific hardware setup.

mikel-brostrom avatar May 30 '23 07:05 mikel-brostrom