espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
539 stars 117 forks source link

Will this DL framework support 8-bit quantization? #10

Closed w-zr closed 4 years ago

w-zr commented 4 years ago

I hope this framework can support 8-bit quantization, which is used by many network models.

XiaochaoGONG commented 4 years ago

8-bit is not supported by now, although it can save the memory space, it cannot use xtensa-isa to accelerate the calculating process.