5 years, 10 months ago.

uTensor - Cool! Anyone Play based on LPC1768? Would you mind share the experience...thx~

TensorFlow i just having focus and read(ed) but not free to ready and go in. But base on micro-core/chips/controller i feel i have better than only way software program. And this moment my LPC1768 was free, both time having post 'uTensor' on mBed ~ i was interested and wants built funny things. if anyone is going on build uTensor based on LPC1768, and don't mind share, while i understand if build the tree/ sampling object is need much device,so i can't get help little bit.

PS: i feel my know things not much.

The uTensor requirements include "Mbed-os 5.6+ compatible boards with at least 256kb of RAM"

The LPC1768 only has 32k of RAM or 64k in certain situations if you play some tricks. You're probably going to have some memory problems.

posted by Andy A 26 Jun 2018

1 Answer

5 years, 10 months ago.

Hi David,

Here is the GitHub repo for uTensor: https://github.com/uTensor/uTensor#requirement. As Andy commented above, the LPC1768's memory is not big enough to handle uTensor. You need to use another board like the FRDM-K64F https://os.mbed.com/platforms/FRDM-K64F/

Here is the link to an example project that demonstrate uTensor. https://github.com/uTensor/utensor-mnist-demo

Please let me know if you have any questions!

- Peter Nguyen, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!