aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/session_manager.py
Commit message (Expand)AuthorAge
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Add local_init_run_options to SessionManager and Supervisor so thatGravatar A. Unique TensorFlower2018-05-24
* Various lint fixes to TensorFlow detected after GitHub merge.Gravatar Michael Case2018-04-18
* Merge changes from github.Gravatar Michael Case2018-04-10
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Adds some logging around model creation.Gravatar A. Unique TensorFlower2018-01-12
* Making sure an error message will be produced by session_manager when a non-t...Gravatar A. Unique TensorFlower2017-05-02
* Run SyncReplicasOptimizer with MonitoredSession.Gravatar Mustafa Ispir2017-01-12
* Added specific checkpoint file argument to the session_manager.Gravatar Mustafa Ispir2016-12-20
* Add ready_for_local_init_op to Scaffold.Gravatar A. Unique TensorFlower2016-12-07
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Automated rollback of change 130366039Gravatar A. Unique TensorFlower2016-08-19
* Introduce a CheckpointFormatVersion to SaverDef.Gravatar Zongheng Yang2016-08-16
* Fixes a conflict where error is raised when:Gravatar A. Unique TensorFlower2016-08-16
* Adds a ready_for_local_init_op to SessionManager and Supervisor.Gravatar A. Unique TensorFlower2016-08-13
* Remove dead code from Supervisor and SessionManager.Gravatar Derek Murray2016-07-01
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Added a new op report_uninitialized_variables() which returns a 1-D tensorGravatar Sherry Moore2016-05-03
* Change the name used to launch an in-memory grpc server from "local"Gravatar A. Unique TensorFlower2016-04-26
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Make the init_op optional and add an optional init_fn.Gravatar A. Unique TensorFlower2016-04-18
* Clean up the interface to the distributed runtime from PythonGravatar Derek Murray2016-04-07
* Simplified the conversion from secs <-> ms in prepare_session.Gravatar A. Unique TensorFlower2016-04-06
* Fixing bug in wait_for_session in which we were waiting for N ms instead of N...Gravatar A. Unique TensorFlower2016-04-05
* Bounding the amount of time the Supervisor can spend waiting for a session.Gravatar A. Unique TensorFlower2016-04-04
* Use the correct target and config inside the while loop for wait_for_session().Gravatar Sherry Moore2016-03-28
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* fix error message formatting in session_manager.pyGravatar A. Unique TensorFlower2016-03-16
* Moved session_manager and supervisor to third_party.Gravatar Sherry Moore2016-03-14