【发布时间】:2016-11-14 11:07:47
【问题描述】:
在为 Android 构建张量流演示时,我收到以下错误:
加载包“外部”时出错:名为“inception5h”的存储库无法被“//tensorflow/examples/android:tensorflow_demo”解析和引用。
谁能帮忙?Here is my Workspace:
android_sdk_repository(
name = "androidsdk",
api_level = 23,
build_tools_version = "23.0.1",
# Replace with path to Android SDK on your system
path = "/home/aamir/Android/Sdk/",
)
android_ndk_repository(
name="androidndk",
path="/home/aamir/Android/Sdk/ndk-bundle",
api_level=21)
【问题讨论】:
-
你运行了 blaze fetch 吗?
标签: android android-ndk tensorflow bazel