tensorflowiOS
tensorflowiOS copied to clipboard
Protobuf version error

how to fix this ?
There is a mismatch between the protoc compiler on your system and the one used to generate that file. Try pulling latest. I pushed some code to generate these files at build time using protoc from your tensorflow build.
Also, until they iron out all the wrinkles with using libprotoc 3.5.1 make sure you are using the v1.5.0 tag of tensorflow which uses 3.4.0
git checkout v1.5.0
@csharpseattle I am using v1.8.0 tag of tensorflow, but it is still runing the script which should take more than 2 hours. do you think I would have also a problem???