We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
srcs_version
python_version
"PY3"
1 parent 1707f3f commit acd0717Copy full SHA for acd0717
tensorflow_model_optimization/python/examples/sparsity/keras/mnist/BUILD
@@ -16,7 +16,6 @@ py_strict_binary(
16
srcs = [
17
"mnist_cnn.py",
18
],
19
- python_version = "PY3",
20
deps = [
21
# absl:app dep1,
22
# absl/flags dep1,
@@ -34,7 +33,6 @@ py_strict_binary(
34
33
35
"mnist_e2e.py",
36
37
38
39
40
@@ -51,7 +49,6 @@ py_strict_binary(
51
49
py_strict_binary(
52
50
name = "mnist_e2e_sparsity2x4",
53
srcs = ["mnist_e2e_sparsity2x4.py"],
54
55
56
57
# tensorflow dep1,
0 commit comments