File tree 6 files changed +0
-12
lines changed
research/improve_nas/trainer
6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ py_library(
24
24
py_test (
25
25
name = "adanet_test" ,
26
26
srcs = ["adanet_test.py" ],
27
- python_version = "PY2" ,
28
27
srcs_version = "PY2AND3" ,
29
28
deps = [
30
29
":adanet" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ py_library(
28
28
py_test (
29
29
name = "estimator_test" ,
30
30
srcs = ["estimator_test.py" ],
31
- python_version = "PY2" ,
32
31
srcs_version = "PY2AND3" ,
33
32
deps = [
34
33
":estimator" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ py_library(
25
25
py_test (
26
26
name = "devices_test" ,
27
27
srcs = ["devices_test.py" ],
28
- python_version = "PY2" ,
29
28
srcs_version = "PY2AND3" ,
30
29
deps = [
31
30
":devices" ,
@@ -41,7 +40,6 @@ py_library(
41
40
py_test (
42
41
name = "placement_test" ,
43
42
srcs = ["placement_test.py" ],
44
- python_version = "PY2" ,
45
43
srcs_version = "PY2AND3" ,
46
44
deps = [
47
45
":placement" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ py_library(
33
33
py_test (
34
34
name = "strategy_test" ,
35
35
srcs = ["strategy_test.py" ],
36
- python_version = "PY2" ,
37
36
srcs_version = "PY2AND3" ,
38
37
deps = [
39
38
":ensemble" ,
@@ -54,7 +53,6 @@ py_library(
54
53
py_test (
55
54
name = "weighted_test" ,
56
55
srcs = ["weighted_test.py" ],
57
- python_version = "PY2" ,
58
56
srcs_version = "PY2AND3" ,
59
57
deps = [
60
58
":ensemble" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ py_library(
24
24
py_test (
25
25
name = "simple_dnn_test" ,
26
26
srcs = ["simple_dnn_test.py" ],
27
- python_version = "PY2" ,
28
27
srcs_version = "PY2AND3" ,
29
28
deps = [
30
29
":simple_dnn" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ licenses(["notice"]) # Apache 2.0
3
3
py_binary (
4
4
name = "trainer" ,
5
5
srcs = ["trainer.py" ],
6
- python_version = "PY2" ,
7
6
deps = [
8
7
":adanet_improve_nas" ,
9
8
":cifar10" ,
@@ -25,7 +24,6 @@ py_library(
25
24
py_test (
26
25
name = "improve_nas_test" ,
27
26
srcs = ["improve_nas_test.py" ],
28
- python_version = "PY2" ,
29
27
deps = [
30
28
":fake_data" ,
31
29
":improve_nas" ,
@@ -47,7 +45,6 @@ py_library(
47
45
py_test (
48
46
name = "adanet_improve_nas_test" ,
49
47
srcs = ["adanet_improve_nas_test.py" ],
50
- python_version = "PY2" ,
51
48
deps = [
52
49
":adanet_improve_nas" ,
53
50
":fake_data" ,
@@ -77,7 +74,6 @@ py_library(
77
74
py_test (
78
75
name = "cifar10_test" ,
79
76
srcs = ["cifar10_test.py" ],
80
- python_version = "PY2" ,
81
77
deps = [
82
78
":cifar10" ,
83
79
],
@@ -94,7 +90,6 @@ py_library(
94
90
py_test (
95
91
name = "cifar100_test" ,
96
92
srcs = ["cifar100_test.py" ],
97
- python_version = "PY2" ,
98
93
deps = [
99
94
":cifar100" ,
100
95
],
You can’t perform that action at this time.
0 commit comments