tensorflowiOS icon indicating copy to clipboard operation
tensorflowiOS copied to clipboard

Protobuf version error

Open chendaming opened this issue 7 years ago • 2 comments

default

how to fix this ?

chendaming avatar Jan 31 '18 09:01 chendaming

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 avatar Feb 02 '18 20:02 csharpseattle

@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???

japer21 avatar Jul 04 '18 15:07 japer21