"git@developer.sourcefind.cn:change/sglang.git" did not exist on "50876abc47f1be4739f837e477bcf7506fafcff3"
Commit d6359be1 authored by Martin Wicke's avatar Martin Wicke
Browse files

Merge pull request #20 from fangweili/master

make some bazel targets publicly visible
parents b0e1389c 8a233cc5
...@@ -51,6 +51,7 @@ py_library( ...@@ -51,6 +51,7 @@ py_library(
srcs = [ srcs = [
"inception_model.py", "inception_model.py",
], ],
visibility = ["//visibility:public"],
deps = [ deps = [
":dataset", ":dataset",
"//inception/slim", "//inception/slim",
...@@ -164,3 +165,12 @@ filegroup( ...@@ -164,3 +165,12 @@ filegroup(
], ],
), ),
) )
filegroup(
name = "imagenet_metadata",
srcs = [
"data/imagenet_lsvrc_2015_synsets.txt",
"data/imagenet_metadata.txt",
],
visibility = ["//visibility:public"],
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment