aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2016-11-07 21:04:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-08 16:17:28 -0800
commita37ca0dc3c53d46d9d50b8bee6bec98bf355eae0 (patch)
treec1cc9642402e4aab443a34a0bdb7678300af15c6 /WORKSPACE
parente1dddfb401fa9bdb964f961f6f61c5df8961d0c2 (diff)
Auto-fetch Inception model assets for Android demo, so that manual download/extract step is unnecessary.
Change: 138475677
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f96dbef86e..0634cd54b3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -463,3 +463,10 @@ http_file(
name = "weblas_weblas_js",
url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
)
+
+new_http_archive(
+ name = "inception5h",
+ build_file = "models.BUILD",
+ url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
+ sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
+)