Replies: 2 comments 2 replies
-
These questions are probably best asked on that repository. People that just know MicroPython generally are unlikely to know these detailed kind of answers about a third party library. There are instructions in that repository for how to build a custom firmware for ESP32. This might or might not work on ESP-S3 - best bet is just to try to get it to work. And yes, I believe a custom build is the way to set it up. It does not seem possible to install it in any other way. |
Beta Was this translation helpful? Give feedback.
-
An alternative ML library is https://github.com/emlearn/emlearn-micropython/ (disclosure: I am the maintainer). It is designed to be easy to install (just copy a file). Support for Convolutional Neural Networks is coming, as well as simple MLPs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear experts,
I am working with micropython(Version:1.19) and ESP32-S3(MON16R8) and I want to use a light version of Pytorch for this microcontroller. After searching on Internet, I found this URL:
https://github.com/ljk53/upytorch
Here are my questions:
1-Can we use upytorch as a library for micropython(1.19) in Thonny editor? How?...Is upytorch compatible to the new ESP32-S3 series?
(Thonny "manage packages" can not find upytorch as a standard library.)
2-It seems that we have to create a new firmware of micropython for ESP32 to work with upytorch. Am I right? How can we create this firmware by windows 10 and for the new ESP32-S3 ?Is upytorch compatible to micropython(version:1.19) or the latest version of micropython?
3- How close is upytorch to the real Pytorch package in python? Is upytorch capable enough to implement light deep learning models on this microcontroller?
Your consideration is highly appreciated.
Regards:
smartengm.
Beta Was this translation helpful? Give feedback.
All reactions