【发布时间】:2018-03-27 13:15:50
【问题描述】:
T 尝试用 bazel 编译 tensorflow。 我遵循本教程:https://www.tensorflow.org/tutorials/image_recognition#usage_with_the_c_api
我使用(在 Debian 9.4 上):
bazel build tensorflow/examples/label_image/...
还有错误:
bazel build tensorflow/examples/label_image/...
/usr/local/bin/bazel: line 88: /usr/local/lib/bazel/bin/bazel-real: cannot execute binary file: Exec format error
/usr/local/bin/bazel: line 88: /usr/local/lib/bazel/bin/bazel-real: Success
什么都没有。
感谢您的帮助。
【问题讨论】:
-
您采取了哪些步骤来安装 Bazel?
标签: tensorflow bazel