Skip to content
Advertisement

Tag: tensorflow-lite

Segmentation fault (core dumped) – TFLite

Describe the problem To read a model from official TensorFlow source (COCO SSD MobileNet v1) and perform inference with minimal.cc, we get the error below. System information Host OS Platform and Distribution : Linux Ubuntu 16.04 TensorFlow installed from (source or binary): From source (branch r1.12) Target platform: iMX.6 (Arm v7) Please provide the exact sequence of commands/steps when you

tflite_runtime get Illegal instruction on raspberry pi

after installing tflite_runtime on raspberry pi using the following commands and trying to import tflite .. I got “Illegal instruction” Error screenshot Answer The prebuilt tflite_runtime package set from the above site does not cover armv6 architecture yet. Alternatively, you can choose some other options. (1) Install the TensorFlow pip package. TensorFlow Lite features are a part of TensorFlow package

Advertisement