From a37ca0dc3c53d46d9d50b8bee6bec98bf355eae0 Mon Sep 17 00:00:00 2001 From: Andrew Harp Date: Mon, 7 Nov 2016 21:04:11 -0800 Subject: Auto-fetch Inception model assets for Android demo, so that manual download/extract step is unnecessary. Change: 138475677 --- WORKSPACE | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WORKSPACE') 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" +) -- cgit v1.2.3