Replace inception5h references with inception_v1

This commit is contained in:
Andrew Harp 2018-01-22 19:53:09 -05:00
parent 90c6308b56
commit 4222bd9dd1
3 changed files with 6 additions and 6 deletions

View File

@ -41,12 +41,12 @@ load("//tensorflow:workspace.bzl", "tf_workspace")
tf_workspace()
new_http_archive(
name = "inception5h",
name = "inception_v1",
build_file = "models.BUILD",
sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364",
sha256 = "7efe12a8363f09bc24d7b7a450304a15655a57a7751929b2c1593a71183bb105",
urls = [
"http://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
"http://download.tensorflow.org/models/inception5h.zip",
"http://storage.googleapis.com/download.tensorflow.org/models/inception_v1.zip",
"http://download.tensorflow.org/models/inception_v1.zip",
],
)

View File

@ -92,7 +92,7 @@ android_binary(
filegroup(
name = "external_assets",
srcs = [
"@inception5h//:model_files",
"@inception_v1//:model_files",
"@mobile_ssd//:model_files",
"@speech_commands//:model_files",
"@stylize//:model_files",

View File

@ -9,7 +9,7 @@
*/
// hard coded model files
// LINT.IfChange
def models = ['inception5h.zip',
def models = ['inception_v1.zip',
'object_detection/ssd_mobilenet_v1_android_export.zip',
'stylize_v1.zip',
'speech_commands_conv_actions.zip']