Skip to content

Commit 5324fc6

Browse files
authored
Merge pull request #5838 from cshallue/master
Reorganize astronet directory structure
2 parents 0361298 + 17c2f0c commit 5324fc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+623
-558
lines changed

research/astronet/README.md

+19-368
Large diffs are not rendered by default.

research/astronet/astronet/BUILD

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ py_library(
1313
"//astronet/astro_fc_model:configurations",
1414
"//astronet/astro_model",
1515
"//astronet/astro_model:configurations",
16-
"//astronet/util:configdict",
16+
"//tf_util:configdict",
1717
],
1818
)
1919

@@ -23,10 +23,10 @@ py_binary(
2323
srcs_version = "PY2AND3",
2424
deps = [
2525
":models",
26-
"//astronet/util:config_util",
27-
"//astronet/util:configdict",
28-
"//astronet/util:estimator_runner",
2926
"//astronet/util:estimator_util",
27+
"//tf_util:config_util",
28+
"//tf_util:configdict",
29+
"//tf_util:estimator_runner",
3030
],
3131
)
3232

@@ -36,10 +36,10 @@ py_binary(
3636
srcs_version = "PY2AND3",
3737
deps = [
3838
":models",
39-
"//astronet/util:config_util",
40-
"//astronet/util:configdict",
41-
"//astronet/util:estimator_runner",
4239
"//astronet/util:estimator_util",
40+
"//tf_util:config_util",
41+
"//tf_util:configdict",
42+
"//tf_util:estimator_runner",
4343
],
4444
)
4545

@@ -50,8 +50,8 @@ py_binary(
5050
deps = [
5151
":models",
5252
"//astronet/data:preprocess",
53-
"//astronet/util:config_util",
54-
"//astronet/util:configdict",
5553
"//astronet/util:estimator_util",
54+
"//tf_util:config_util",
55+
"//tf_util:configdict",
5656
],
5757
)

0 commit comments

Comments
 (0)