Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d6359be1
Commit
d6359be1
authored
Mar 17, 2016
by
Martin Wicke
Browse files
Merge pull request #20 from fangweili/master
make some bazel targets publicly visible
parents
b0e1389c
8a233cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
inception/inception/BUILD
inception/inception/BUILD
+10
-0
No files found.
inception/inception/BUILD
View file @
d6359be1
...
@@ -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"
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment