Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion research/brain_coder/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ py_library(
name = "utils",
srcs = ["utils.py"],
deps = [
# file dep
# file dep
# absl dep /logging
# numpy dep
# tensorflow dep
Expand Down
14 changes: 7 additions & 7 deletions research/brain_coder/single_task/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ par_binary(
deps = [
":defaults",
":run",
# file dep
# file dep
# absl dep :app
# absl dep /flags
# absl dep /logging
Expand All @@ -42,7 +42,7 @@ py_library(
":defaults",
":ga_lib",
":results_lib",
# file dep
# file dep
# absl dep /flags
# absl dep /logging
# numpy dep
Expand Down Expand Up @@ -83,7 +83,7 @@ py_library(
":defaults",
":pg_agent",
":results_lib",
# file dep
# file dep
# absl dep /flags
# absl dep /logging
# tensorflow dep
Expand All @@ -96,7 +96,7 @@ py_library(
srcs = ["pg_agent.py"],
deps = [
":misc",
# file dep
# file dep
# absl dep /logging
# numpy dep
# tensorflow dep
Expand Down Expand Up @@ -204,7 +204,7 @@ py_library(
name = "results_lib",
srcs = ["results_lib.py"],
deps = [
# file dep
# file dep
# tensorflow dep
],
)
Expand All @@ -224,7 +224,7 @@ par_binary(
deps = [
":misc",
":results_lib",
# file dep
# file dep
# absl dep :app
# absl dep /flags
# numpy dep
Expand All @@ -236,7 +236,7 @@ par_binary(
name = "aggregate_tuning_results",
srcs = ["aggregate_tuning_results.py"],
deps = [
# file dep
# file dep
# absl dep :app
# absl dep /flags
# tensorflow dep
Expand Down