aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/supervisor_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Fix possible flake sources in saver_test and supervisor_test. (#7182)Gravatar gunan2017-02-01
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Modify tensorflow/python/training to use the new summary ops.Gravatar Dan Mané2016-10-20
* Introduce tf.train.{checkpoint_exists,get_checkpoint_mtimes}().Gravatar Zongheng Yang2016-10-14
* Allow writing the MetaGraphDef to an event summary.Gravatar Eugene Brevdo2016-10-06
* Fixes flaky supervisor_test by removing possible conflicts between simultaneousGravatar A. Unique TensorFlower2016-08-16
* Replaces flaky multithreaded tests (testReadyForLocalInitOp andGravatar A. Unique TensorFlower2016-08-15
* Adds a ready_for_local_init_op to SessionManager and Supervisor.Gravatar A. Unique TensorFlower2016-08-13
* Add basic_train_loop() as an example for higher level frameworks to copy orGravatar A. Unique TensorFlower2016-06-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Make managed_session(close_summary_writer=False) actually work:Gravatar A. Unique TensorFlower2016-05-19
* Add an option to not close the summary_writer when stopping the coordinatorGravatar A. Unique TensorFlower2016-05-10
* 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
* Add tests for clean termination when reaching end of input.Gravatar A. Unique TensorFlower2016-04-21
* Supervisor bugfix: unconditionally clear the stop event when creating a newGravatar A. Unique TensorFlower2016-04-20
* Make the init_op optional and add an optional init_fn.Gravatar A. Unique TensorFlower2016-04-18
* Give more flexibility for summary writers in Supervisor:Gravatar A. Unique TensorFlower2016-04-15
* Add context manager to supervisor to catch errors properly and close the sessionGravatar A. Unique TensorFlower2016-04-14
* Modified supervisor event writing behavior to be safer.Gravatar A. Unique TensorFlower2016-04-12
* Fixes warning in tf.Supervisor by passing a Graph to the summary writer.Gravatar Derek Murray2016-03-23
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Allows for importing of graphs with no variable nodes.Gravatar A. Unique TensorFlower2016-03-16
* Moved session_manager and supervisor to third_party.Gravatar Sherry Moore2016-03-14