Add min_check_interval_secs with 5s as default to ValidationMonitor to avoid checking...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 22 Feb 2018 21:09:53 +0000 (13:09 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 22 Feb 2018 21:14:13 +0000 (13:14 -0800)
commit4d6f80b1eb374192d4c83d44ce49f54f50435790
tree74366eb7f384102916dcadb4bd308c90209b09e9
parentbe04bbc441b6a9c03d162ce5cdc0cf4ceed4a5a5
Add min_check_interval_secs with 5s as default to ValidationMonitor to avoid checking for existance of a new checkpoint overly frequent that can lead to severe performance issues on remote filesystems.

PiperOrigin-RevId: 186662441
tensorflow/contrib/learn/python/learn/experiment.py
tensorflow/contrib/learn/python/learn/experiment_test.py
tensorflow/contrib/learn/python/learn/monitors.py
tensorflow/contrib/learn/python/learn/monitors_test.py