MATTYGILO
MATTYGILO
Any progress on this issue?
@xhae @Xhark @fredrec any updates on this?
I'm having the problem where as soon as I quantise my model the trainable settings are reset and I can't modify them back
Has this been achieved yet?
Same problem
@dpgeorge I think you need to include `tinyusb` in [micropython/ports/esp32/esp32_common.cmake](https://github.com/micropython/micropython/blob/92c7532d8e461f3fd9ea44f4d024ee3ce156e5e8/ports/esp32/esp32_common.cmake#L104) For the error to stop
Currently using GENERIC_S3_SPIRAM_OCT with custom sdkconfig, which may be part of the reason for the error, just updated to the newest micropython from a previous version using v4.4, just need...
For the other error ChatGPT suggests increasing the buffer size ``` static void gen_numname ( BYTE* dst, /* Pointer to the buffer to store numbered SFN */ const BYTE* src,...