Open jiangzhubo opened 6 years ago
same here.
was able to build and run the application. just change this line
to this line
Thanks @dmachacon , you save my day.
was able to build and run the application. just change this line
include "tensorflow/contrib/lite/tools/mutable_op_resolver.h"
to this line
include "tensorflow/contrib/lite/op_resolver.h"
i use python 2.7 and tensorflow ==1.7.1 i follow everything as TensorFlow For Poets said, but when i run Xcode for tflite_photos_example.xcworkspace it said tensorflow/contrib/lite/tools/mutable_op_resolver.h can not be found, and i check it , it is missing. Do you know how to solve this ?