mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Add missing py_binary for mnist_deep.py
PiperOrigin-RevId: 163737503
This commit is contained in:
parent
b663c98991
commit
c215c55d54
|
|
@ -82,6 +82,18 @@ py_binary(
|
|||
],
|
||||
)
|
||||
|
||||
py_binary(
|
||||
name = "mnist_deep",
|
||||
srcs = [
|
||||
"mnist_deep.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
":input_data",
|
||||
"//tensorflow:tensorflow_py",
|
||||
],
|
||||
)
|
||||
|
||||
py_test(
|
||||
name = "fully_connected_feed_test",
|
||||
size = "small",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user