ArduinoTensorFlowLiteTutorials icon indicating copy to clipboard operation
ArduinoTensorFlowLiteTutorials copied to clipboard

Aligned model fix

Open kthakore opened this issue 5 years ago • 4 comments

Adding the guard that ensures that the model file is aligned when compiled into program memory. Without this guard the tensorarena is misaligned and libraries that add uneven bytes to program memory could cause a seg fault when the TFInterpeter is invoked. @sandeepmistry and I found out about this during the ArmDevSummit 2019.

kthakore avatar Dec 05 '19 05:12 kthakore

Hi @kthakore,

Thanks to submitting this pull request!

There seems to be a lot more changes in this that I expected, maybe you need to apply this pull request to the following repo instead? https://github.com/arduino/AIoT-Dev-Summit-2019

sandeepmistry avatar Dec 05 '19 19:12 sandeepmistry

Ah yep! I will update both separately ;)

kthakore avatar Dec 05 '19 21:12 kthakore

@sandeepmistry pushed up fix in both repo's ;)

kthakore avatar Dec 08 '19 01:12 kthakore

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 09 '21 16:04 CLAassistant