go-tflite icon indicating copy to clipboard operation
go-tflite copied to clipboard

Any thoughts about how to possibly use tflite-micro?

Open deadprogram opened this issue 3 years ago • 3 comments

Hello, there

I was looking at https://github.com/tensorflow/tflite-micro and wondering if it would be possible to use go-tflite with that and TinyGo.

Any thoughts on this would be appreciated. Thank you.

deadprogram avatar Jul 01 '21 20:07 deadprogram

@deadprogram i was thinking exactly the same thing !

It be great to a nice setup with tinygo to make it easier to run on a broad selection of boards .

gedw99 avatar Jan 05 '22 05:01 gedw99

Do you know a way to build the library?

mattn avatar Jan 20 '22 14:01 mattn

This is how the official CI does it, apparently: https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/tools/ci_build/test_cortex_m_generic.sh

deadprogram avatar Jan 20 '22 15:01 deadprogram