Re-enable saver_test.
Change: 141254835
This commit is contained in:
parent
aad7ec38fc
commit
7b306e8fcf
@ -2172,6 +2172,7 @@ cuda_py_tests(
|
|||||||
"training/proximal_gradient_descent_test.py",
|
"training/proximal_gradient_descent_test.py",
|
||||||
"training/queue_runner_test.py",
|
"training/queue_runner_test.py",
|
||||||
"training/rmsprop_test.py",
|
"training/rmsprop_test.py",
|
||||||
|
"training/saver_test.py",
|
||||||
"training/slot_creator_test.py",
|
"training/slot_creator_test.py",
|
||||||
"training/tensorboard_logging_test.py",
|
"training/tensorboard_logging_test.py",
|
||||||
"training/training_ops_test.py",
|
"training/training_ops_test.py",
|
||||||
@ -2182,17 +2183,6 @@ cuda_py_tests(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
cuda_py_test(
|
|
||||||
name = "saver_test",
|
|
||||||
size = "small",
|
|
||||||
srcs = ["training/saver_test.py"],
|
|
||||||
additional_deps = [
|
|
||||||
":training",
|
|
||||||
"//tensorflow:tensorflow_py",
|
|
||||||
],
|
|
||||||
tags = ["manual"],
|
|
||||||
)
|
|
||||||
|
|
||||||
py_test(
|
py_test(
|
||||||
name = "saver_large_variable_test",
|
name = "saver_large_variable_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user