0.7.0 #28
jonnor
announced in
Announcements
0.7.0
#28
Replies: 2 comments 1 reply
-
Does this version work on micropython 1.24.1? I have trained a functional autoencoder neural network and split it into sequential encoder and decoder submodels and converted them using latest emlearn module to deploy on esp32 wroom. However, when I load the models using emlearn_cnn.new( ) I get a tm_load error. this is the loading code:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
noted, thank you Mr Nordby
…On Sat, May 31, 2025 at 6:27 PM Jon Nordby ***@***.***> wrote:
@Godswill-IoT <https://github.com/Godswill-IoT> no known issues with
1.24.1. However note that I have now released 0.8.0 -
https://github.com/emlearn/emlearn-micropython/releases/tag/0.8.0 - which
is meant for MicroPython 1.25.
The CNN modules are now provided both for int8 and fp32 versions - and it
is important to have the appropriate module for the model files used. If
you have problems with this in the latest version, please file an issue
with details on how to reproduce. Having an CNN autoencoder example would
also be great for the docs.
—
Reply to this email directly, view it on GitHub
<#28 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQTUX2ZRH37HCJBGCDMBZZL3BHJ6TAVCNFSM6AAAAABUO65EJ2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZSHE4TCMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Full Changelog: 0.6.0...0.7.0
This discussion was created from the release 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions