sipeed / TinyMaix

TinyMaix is a tiny inference library for microcontrollers (TinyML).
Apache License 2.0
879 stars 142 forks source link

Add LPC4337 port #23

Closed juanic closed 1 year ago

juanic commented 1 year ago

Added LPC4337 port, with examples for CIFAR, MBNET, MNIST and VWW. Made on EDU-CIAA, an open source educational board used in several Universities in Argentina.

Zepan commented 1 year ago

do you enable FASTSCALE? and what toolchain you used? armcc may faster than gcc

juanic commented 1 year ago

Tried with FASTSCALE both enabled and disabled but it didn't make a difference. I'm using GCC, migth try to change it.