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

Go binding for TensorFlow Lite

Results 13 go-tflite issues
Sort by recently updated
recently updated
newest added

The docs says only 2.2.0-rc3 is supported ... to build this requires an old version of bazel which requires old version of jdk. In short pretty hard to build on...

when loading the model, it report this error: Select TensorFlow op(s), included in the given model, is(are) not supported by this interpreter. Make sure you apply/link the Flex delegate before...

It would be useful to include an object detection example ( ie where the result is an image with boxes highlighing detected objects ).