aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/supervisor.py
Commit message (Expand)AuthorAge
* Fix documentation of ready_for_local_init_op in tf.Supervisor, which mentions...Gravatar A. Unique TensorFlower2018-09-27
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Add local_init_run_options to SessionManager and Supervisor so thatGravatar A. Unique TensorFlower2018-05-24
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Docs: Fix prefix for the fancy-linker.Gravatar Billy Lamberta2018-03-06
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Mark Supervisor deprecated. Please use MonitoredTrainingSession instead.Gravatar Martin Wicke2017-11-28
* TFE: Add compatibility errors and doc strings to queues, input pipelines and ...Gravatar Shanqing Cai2017-10-27
* A new flag `ignore_live_threads` is available on train. If set to True, it wi...Gravatar A. Unique TensorFlower2017-10-17
* Fix formatting of codeblocks in supervisor documentationGravatar A. Unique TensorFlower2017-07-06
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Allow SVStepCounter to measure progress for other counters beyond global_step.Gravatar Sergio Guadarrama2017-04-26
* Add some basic info logging to Supervisor to make debugging slightly easier.Gravatar A. Unique TensorFlower2017-03-29
* Update doc on supervisor's init_op arg to clarify the defaultGravatar A. Unique TensorFlower2017-03-10
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* TASK 1. Python module doc stringsGravatar A. Unique TensorFlower2017-02-13
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* Minor documentation fixes.Gravatar Yoni Ben-Meshulam2017-01-09
* Merge changes from github.Gravatar Shanqing Cai2017-01-08
* Merge changes from github.Gravatar Rohan Jain2017-01-05
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Fix some summary importsGravatar Justine Tunney2016-12-08
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* 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
* Allow writing the MetaGraphDef to an event summary.Gravatar Eugene Brevdo2016-10-06
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Adds a ready_for_local_init_op to SessionManager and Supervisor.Gravatar A. Unique TensorFlower2016-08-13
* Simplify the Coordinator API by automatically tracking the set of coordinatedGravatar A. Unique TensorFlower2016-08-03
* s/Tensorflow/TensorFlow. A losing battle :)Gravatar Vijay Vasudevan2016-07-13
* Remove dead code from Supervisor and SessionManager.Gravatar Derek Murray2016-07-01
* Fix Supervisor._init_local_init_op() docstring to reflect what the code actua...Gravatar A. Unique TensorFlower2016-06-10
* 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
* Remove extra space in Supervisor docstringGravatar A. Unique TensorFlower2016-05-13
* 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
* Add inferred output shapes to the GraphDef written by the Supervisor.Gravatar A. Unique TensorFlower2016-05-09
* 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 `tf.errors.OutOfRange` to `tf.errors.OutOfRangeError` in documentation.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
* Supervisor bugfix: unconditionally clear the stop event when creating a newGravatar A. Unique TensorFlower2016-04-20