Open hossein1387 opened 5 years ago
Okay, finally got around to try this out. I am using a pi 4, with onnx=1.5.0, tensorflow=1.13.1, onnx-tf=1.3.0, python=3.7.3. It works fine with the sample mobilenetv2-1.0 onnx file from https://s3.amazonaws.com/onnx-model-zoo/mobilenet/mobilenetv2-1.0/mobilenetv2-1.0.tar.gz, able to run prepare and export to a tensorflow pb file. Your error seems related to Tensorflow. Can you re-install Tensorflow (not the gpu version) and see if it helps?
Describe the bug I installed onnx-tf on both Raspberry pi (32 bit ARMv7 Processor) using the following command:
pip install onnx-tf==1.3.0
However, when I try to imort the module in python, I get the following errors.
In Raspberry Pi: