You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: