tensorflow对protobuf的版本要求很严格,编译tensorflow的C库时,没有找到具体的版本参考,bazel的版本官网上有详细说明.
在configure过程中,会下载对应的库,可以从configure文件中看出来.
经过尝试,目前知道的如下:

tensorflow 1.5 --------------- protobuf 3.4
tensorflow 1.12 --------------- protobuf 3.6
tensorflow 1.10 --------------- protobuf 3.6
tensorflow 1.0.0 --------------- protobuf 3.1
tensorflow 0.12 --------------- protobuf 3.1
tensorflow 0.11 --------------- protobuf 3.0.2

相关文章:

  • 2022-01-28
  • 2022-01-21
  • 2021-07-21
  • 2022-12-23
  • 2022-01-19
  • 2021-08-30
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2021-10-25
相关资源
相似解决方案