MATTYGILO

Results 29 issues of MATTYGILO

Please Make TFIO work on Mac M1, I need to read mp3 files!!!!

Could you update the micropython version, because there are a lot of bug fixes that I require that are only available in the newest version of micropython

Hi I was wondering if it is possible to customise audio frontend to allow for different sample rates, stride size's and duration size's. Also is audio frontend faster than [ulab's...

This would allow for more accurate memory allocation in the case the developer wants to re load the neural network in but keep the same section of memory for the...

How do I use multiple threads for my tflite?

When I load my model into the interpreter I get this error Error in the comment below

I am currently am running 2 threads on the esp32 using [https://docs.pycom.io/firmwareapi/micropython/_thread/](url). Before I run one of the threads I run `_thread.stack_size(...)` to allocate more than enough memory for the...

Hi I have a custom model with output shape of [1, 400], that has been quantised with tf.int8 for inputs and outputs. However when I run this code to find...

### Port, board and/or hardware esp32s3 ### MicroPython version Hi I was using micropython on my esp32s3 and then it started outputting garbage. I really don't want this to happen...

bug