张量流图像识别api

时间:2016-11-05 12:38:55

标签: api tensorflow image-recognition bazel

我正在尝试运行Tensorflow API进行图像识别。我遵循了关于张量流的本教程

https://www.tensorflow.org/versions/master/tutorials/image_recognition/index.html#image-recognition

我想将它用于Android应用程序,为此,tensorflow指示我使用github链接,这需要我安装bazel。

我按照列出的所有安装步骤进行操作 https://www.bazel.io/versions/master/docs/install.html#ubuntu

但是我收到了这个错误

错误:/DEFAULT.WORKSPACE:63:1:在绑定规则中//外部:android / sdk:外部标签' //外部:android / sdk'不受任何约束。

错误:分析目标' // tensorflow / examples / android:tensorflow_demo'失败;建立中止。

我无法理解错误。有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

您可能没有运行./configure,或者没有成功。

对于安装和构建问题,我们会在github页面上回答问题:https://github.com/tensorflow/tensorflow/issues

您可以在其中提交包含配置的完整报告。

相关问题