TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
80 stars 7 forks source link

Implementing esp-dl #243

Open TAOFOR4 opened 5 months ago

TAOFOR4 commented 5 months ago

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

tolauwae commented 1 month ago

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.