aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/coordinator.py
Commit message (Expand)AuthorAge
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Log the full traceback in Coordinator.request_stop if it's availableGravatar A. Unique TensorFlower2017-11-01
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Replace RuntimeException by RuntimeError in coordinator documentation.Gravatar A. Unique TensorFlower2017-04-10
* Add disable error option for non-stopped threads in Coordinator.join(). Ther...Gravatar Mustafa Ispir2017-02-13
* Feeder: a helper for feeding remote queues.Gravatar A. Unique TensorFlower2016-11-10
* Make Coordinator.join() more robust to race conditions where a threadGravatar A. Unique TensorFlower2016-08-10
* Simplify the Coordinator API by automatically tracking the set of coordinatedGravatar A. Unique TensorFlower2016-08-03
* In Coordinator.request_stop(ex) just re-raise the exception immediately if theGravatar A. Unique TensorFlower2016-07-25
* Minor bug fix in printing of stragglers when terminating.Gravatar A. Unique TensorFlower2016-07-21
* Add SupervisedSession class.Gravatar A. Unique TensorFlower2016-07-13
* Allow to specify the list of "clean termination" exceptions when creating aGravatar A. Unique TensorFlower2016-06-30
* Add basic_train_loop() as an example for higher level frameworks to copy orGravatar A. Unique TensorFlower2016-06-09
* Change the join sleep to use an exponential duration with small initial value...Gravatar A. Unique TensorFlower2016-06-08
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add optional kwargs argument to LooperThread and Supervisor.loop().Gravatar A. Unique TensorFlower2016-05-10
* Add an option to not close the summary_writer when stopping the coordinatorGravatar A. Unique TensorFlower2016-05-10
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Add context manager to supervisor to catch errors properly and close the sessionGravatar A. Unique TensorFlower2016-04-14
* Clarifying comment and adding check in should_stop after hitting a confusing ...Gravatar A. Unique TensorFlower2016-03-18
* Add stop_loop to LooperThread to enable cleanups.Gravatar A. Unique TensorFlower2016-03-08
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* Modify LooperThread to wait the specified delay period before the firstGravatar A. Unique TensorFlower2016-01-15
* Fix the split-on-underscore and show-data-download-links options.Gravatar A. Unique TensorFlower2016-01-15
* Added clear_stop() flag to the coordinator.Gravatar A. Unique TensorFlower2016-01-08
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Fix some lint errors in image_ops_test.py and word2vec_basic.pyGravatar Vijay Vasudevan2015-12-22
* Fix typos in docstrings.Gravatar Derek Murray2015-12-18
* Make it easier to catch exceptions when using the Coordinator byGravatar A. Unique TensorFlower2015-12-17
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06