We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f59e0f commit e501ca1Copy full SHA for e501ca1
2 files changed
examples/BUILD
@@ -9,6 +9,7 @@ licenses(["notice"])
9
py_binary(
10
name = "simple_mnist",
11
srcs = ["simple_mnist.py"],
12
+ strict_deps = False,
13
deps = [
14
# pip: absl:app
15
"//sonnet",
@@ -42,6 +43,7 @@ snt_py_test(
42
43
44
name = "functional_mlp_mnist",
45
srcs = ["functional_mlp_mnist.py"],
46
47
48
49
# pip: absl/logging
sonnet/src/conformance/checkpoints/BUILD
@@ -7,6 +7,7 @@ licenses(["notice"])
7
8
name = "generate",
srcs = ["generate.py"],
# pip: absl/flags
0 commit comments