Nicklas Börjesson
Nicklas Börjesson
This would be very valuable. As it stands now, the only implemented and broadly used peer to-peer connectivity is BLE with all its complexities. WiFi Direct would enable not only...
@rascani Hi, either I have misunderstood something, or it is not possible to instantiate MicroAllocator as it is internal? Do you know of any example? Either way, this functionality is...
@andresovela , @rascani So for the record here I have tried instantiating MicroAllocator with non-persistant and persistant allocation, problem is that either my SRAM has to be 5 MB (it...
@andresovela , @rascani Basically, my attempts did not make much progress because of how TF lite micro always, ends up with a huge reallocallocation which I am not able to...
So I have now tried most of the things I can think of: 1. I have created custom allocators and planners, and I keep running in to the same problem:...
> I believe you're referring to [this](https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/micro_allocator.cc#L884), right? Basically, it allocates the entire remaining portion of the arena to use as a "planner" arena for creating the actual memory plan....
I am trying with ESP-DL instead. Closing.
Hi, @glenn-jocher, thanks for the reply: 1. As indicated, I provided a representative dataset, It didn't help. 2. Either way, it should still only have int8:s in the resulting model....
> @nicklasb thank you for your feedback. We'll review the documentation to ensure clarity on the representative dataset requirement for INT8 quantization. If you encounter any specific issues or have...
Sorry If I am a bit persistent, but I need to know if Ultralytics intends or doesn't intend not persue tflite micro as a supported use case for me to...