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
f5125ddb
Unverified
Commit
f5125ddb
authored
Jan 08, 2018
by
Neal Wu
Committed by
GitHub
Jan 08, 2018
Browse files
Merge pull request #3127 from danabo/master
Fix spacing in BUILD file comments.
parents
61822dab
5f9cf110
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
research/brain_coder/common/BUILD
research/brain_coder/common/BUILD
+1
-1
research/brain_coder/single_task/BUILD
research/brain_coder/single_task/BUILD
+7
-7
No files found.
research/brain_coder/common/BUILD
View file @
f5125ddb
...
@@ -88,7 +88,7 @@ py_library(
...
@@ -88,7 +88,7 @@ py_library(
name
=
"utils"
,
name
=
"utils"
,
srcs
=
[
"utils.py"
],
srcs
=
[
"utils.py"
],
deps
=
[
deps
=
[
# file dep
# file dep
# absl dep /logging
# absl dep /logging
# numpy dep
# numpy dep
# tensorflow dep
# tensorflow dep
...
...
research/brain_coder/single_task/BUILD
View file @
f5125ddb
...
@@ -25,7 +25,7 @@ par_binary(
...
@@ -25,7 +25,7 @@ par_binary(
deps
=
[
deps
=
[
":defaults"
,
":defaults"
,
":run"
,
":run"
,
# file dep
# file dep
# absl dep :app
# absl dep :app
# absl dep /flags
# absl dep /flags
# absl dep /logging
# absl dep /logging
...
@@ -42,7 +42,7 @@ py_library(
...
@@ -42,7 +42,7 @@ py_library(
":defaults"
,
":defaults"
,
":ga_lib"
,
":ga_lib"
,
":results_lib"
,
":results_lib"
,
# file dep
# file dep
# absl dep /flags
# absl dep /flags
# absl dep /logging
# absl dep /logging
# numpy dep
# numpy dep
...
@@ -83,7 +83,7 @@ py_library(
...
@@ -83,7 +83,7 @@ py_library(
":defaults"
,
":defaults"
,
":pg_agent"
,
":pg_agent"
,
":results_lib"
,
":results_lib"
,
# file dep
# file dep
# absl dep /flags
# absl dep /flags
# absl dep /logging
# absl dep /logging
# tensorflow dep
# tensorflow dep
...
@@ -96,7 +96,7 @@ py_library(
...
@@ -96,7 +96,7 @@ py_library(
srcs
=
[
"pg_agent.py"
],
srcs
=
[
"pg_agent.py"
],
deps
=
[
deps
=
[
":misc"
,
":misc"
,
# file dep
# file dep
# absl dep /logging
# absl dep /logging
# numpy dep
# numpy dep
# tensorflow dep
# tensorflow dep
...
@@ -204,7 +204,7 @@ py_library(
...
@@ -204,7 +204,7 @@ py_library(
name
=
"results_lib"
,
name
=
"results_lib"
,
srcs
=
[
"results_lib.py"
],
srcs
=
[
"results_lib.py"
],
deps
=
[
deps
=
[
# file dep
# file dep
# tensorflow dep
# tensorflow dep
],
],
)
)
...
@@ -224,7 +224,7 @@ par_binary(
...
@@ -224,7 +224,7 @@ par_binary(
deps
=
[
deps
=
[
":misc"
,
":misc"
,
":results_lib"
,
":results_lib"
,
# file dep
# file dep
# absl dep :app
# absl dep :app
# absl dep /flags
# absl dep /flags
# numpy dep
# numpy dep
...
@@ -236,7 +236,7 @@ par_binary(
...
@@ -236,7 +236,7 @@ par_binary(
name
=
"aggregate_tuning_results"
,
name
=
"aggregate_tuning_results"
,
srcs
=
[
"aggregate_tuning_results.py"
],
srcs
=
[
"aggregate_tuning_results.py"
],
deps
=
[
deps
=
[
# file dep
# file dep
# absl dep :app
# absl dep :app
# absl dep /flags
# absl dep /flags
# tensorflow dep
# tensorflow dep
...
...
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