"vscode:/vscode.git/clone" did not exist on "ee35a03041b642a2c1e4e5e528e48c0ab0a8afd6"
Commit 8a233cc5 authored by Fangwei Li's avatar Fangwei Li
Browse files

make some bazel targets publicly visible

parent b0e1389c
......@@ -51,6 +51,7 @@ py_library(
srcs = [
"inception_model.py",
],
visibility = ["//visibility:public"],
deps = [
":dataset",
"//inception/slim",
......@@ -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