WARDuino
WARDuino copied to clipboard
Implementing esp-dl
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
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.