WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Implementing esp-dl

Open TAOFOR4 opened this issue 10 months ago • 1 comments

Hi,

I am wondering if it is possible to implement esp-dl on warduino. Because I am trying to run some neural network models with webassembly on ESP32 series. Thx

TAOFOR4 avatar Apr 29 '24 14:04 TAOFOR4

Hi

Sorry for the late answer 😅.

Yes, it is possible to implement this on WARDuino. But you would need to implement your own primitives as C++ wrappers around the esp-dl library. The most recent paper explains how: https://doi.org/10.1016/j.cola.2024.101268

This is not a priority for us, but we are happy to accept PR 😄. And of course we are happy to help with any issues you might encounter.

tolauwae avatar Aug 20 '24 07:08 tolauwae