我一直在尝试 TensorFlow lite,但在 Android 上的检测一直存在问题,所以我正在尝试测试我的 .pb 和 .tflite 模型,看看与 tflite_diff_example_test 是否有区别
我重新训练了一个已转换为 .tflite 的 mobilenet_v1_100_224
我在 MacOS 10.13.3 上运行以下:
bazel build tensorflow/contrib/lite/testing/tflite_diff_example_test.cc
bazel-bin/tensorflow/contrib/lite/testing/tflite_diff_example_test --tensorflow_model=../new_training_dir/retrainedMNetV1_6_8000steps.pb --tflite_model=../new_training_dir/retrainedMNetV1_6_8000steps.tflite
我得到以下输出:
I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX
Failed to invoke interpreter
Failed to invoke interpreter
...
Failed to invoke interpreter
Num errors: 100
我不知道问题出在哪里