aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/slim/python/slim/learning.py
Commit message (Expand)AuthorAge
* Update learning.py (#19064)Gravatar Aditya Yogi2018-05-03
* Fix the default value doc string of global_step in contrib.slim (#18313)Gravatar ImSheridan2018-04-17
* Change output of slim.learning.train to total_loss = None, if no training ste...Gravatar A. Unique TensorFlower2018-02-07
* Assign total_loss in order not to crash if training loop exists early.Gravatar A. Unique TensorFlower2018-02-05
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* A new flag `ignore_live_threads` is available on train. If set to True, it wi...Gravatar A. Unique TensorFlower2017-10-17
* Add tfdbg support to slim.learning.trainGravatar Shanqing Cai2017-08-29
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Generalize `learning.train` for multiple sync optimizers.Gravatar A. Unique TensorFlower2017-06-20
* Handle should_stop in learning better.Gravatar Sergio Guadarrama2017-05-18
* Only log if log_every_n_steps > 0.Gravatar Sergio Guadarrama2017-05-12
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04
* Increase logging global step time decimals.Gravatar Sergio Guadarrama2017-04-16
* Clarify documentation on number_of_steps.Gravatar Vijay Vasudevan2017-04-14
* Adjust the create_train_op to have a flag for check_numerics.Gravatar A. Unique TensorFlower2017-03-23
* Fix lint issues introduced by my pull from GitHub.Gravatar Dandelion Mané2017-03-13
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Lets the multiplier in gradient_multipliers be a Tensor or a constant.Gravatar A. Unique TensorFlower2017-02-21
* clean_up_node has been removedGravatar A. Unique TensorFlower2017-02-09
* Redirecting slim.create_train_op to tf.contrib.training.create_train_op.Gravatar Nathan Silberman2017-02-03
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
* Use a scalar summary for gradient normsGravatar A. Unique TensorFlower2017-01-25
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Update summary names in add_gradients_summaries() to conform to the new summa...Gravatar A. Unique TensorFlower2016-12-21
* Allow global_step=None so optimizer doesn't increase it.Gravatar Sergio Guadarrama2016-12-16
* Rename SyncReplicasOptimizerV2 to SyncReplicasOptimizerGravatar A. Unique TensorFlower2016-12-13
* Updating slim to properly support SyncReplicasOptimizerV2.Gravatar A. Unique TensorFlower2016-12-04
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Correcting documenting in slim.learning.Gravatar Nathan Silberman2016-11-04
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Migrate tf.slim to use the new summary ops (tf.summary.X)Gravatar Dan Mané2016-10-28
* Automatically add the operations used for training to the 'train_op' collectionGravatar Benoit Steiner2016-10-26
* Update slim.learning.train to work with SyncReplicasOptimizerV2.Gravatar Christopher Shallue2016-10-18
* Correcting create_train_op's documentation for the update_ops argument.Gravatar Nathan Silberman2016-09-27
* Updated check for existence of TensorFlow objects to 'is not None' rather tha...Gravatar A. Unique TensorFlower2016-09-22
* Add individual arg_scopes for each inception, and test them.Gravatar Sergio Guadarrama2016-08-24
* Add name scopes to slim's train and create_train_op to remove dangling and du...Gravatar A. Unique TensorFlower2016-08-24
* Add option to log chrome trace in slim's train functionGravatar A. Unique TensorFlower2016-08-22
* Allow caller to set summary_writer.Gravatar A. Unique TensorFlower2016-08-14
* Improve documentation.Gravatar A. Unique TensorFlower2016-08-11
* train() will now properly handle a default local_init_op argument.Gravatar A. Unique TensorFlower2016-08-11
* Option to provide tf.ConfigProto to train() and evaluation_loop()Gravatar A. Unique TensorFlower2016-08-03
* Add ready_op to slim.learning.train.Gravatar A. Unique TensorFlower2016-08-03
* clean_up_op should only be run if the was an error.Gravatar Sergio Guadarrama2016-08-02
* Capture errors.AbortedError in slim.learning.train() which allows to recover ...Gravatar Sergio Guadarrama2016-07-20
* Two fixes to tf-slim train().Gravatar A. Unique TensorFlower2016-07-19
* Fix tf-slim train() for use with non-default graph.Gravatar A. Unique TensorFlower2016-06-24
* Fix order of init_op, local_init_op and tokens_init_op.Gravatar A. Unique TensorFlower2016-06-22