aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/slim
Commit message (Expand)AuthorAge
* Add slim/nets:all_filesGravatar Sergio Guadarrama2016-07-21
* Capture errors.AbortedError in slim.learning.train() which allows to recover ...Gravatar Sergio Guadarrama2016-07-20
* Updating slim README.Gravatar A. Unique TensorFlower2016-07-20
* Add common nets to tf.slimGravatar Sergio Guadarrama2016-07-19
* Update tf.contrib.slim.evaluation.wait_for_new_checkpoint to continue waiting ifGravatar A. Unique TensorFlower2016-07-19
* Two fixes to tf-slim train().Gravatar A. Unique TensorFlower2016-07-19
* s/Tensorflow/TensorFlow. A losing battle :)Gravatar Vijay Vasudevan2016-07-13
* Add queue fraction full summaryGravatar A. Unique TensorFlower2016-07-08
* Add ability to limit number of evaluations in slim.evaluation_loop.Gravatar A. Unique TensorFlower2016-06-24
* Fix tf-slim train() for use with non-default graph.Gravatar A. Unique TensorFlower2016-06-24
* Small bugfix to tf.slim eval code, plus adds some logging.Gravatar A. Unique TensorFlower2016-06-23
* Fixing reference variables.get_or_create_global_step() and adding a unit test.Gravatar A. Unique TensorFlower2016-06-22
* Fix order of init_op, local_init_op and tokens_init_op.Gravatar A. Unique TensorFlower2016-06-22
* Adding documentation to tf.contrib.slim.evaluationGravatar A. Unique TensorFlower2016-06-22
* Fixing bug in which the default value of the init_op was checked against None...Gravatar A. Unique TensorFlower2016-06-22
* Using tf.merge_all_summaries as default value of evaluation_loop's summary_op...Gravatar A. Unique TensorFlower2016-06-21
* Changing learning.py interface to allow the train_step_fn and a set of argume...Gravatar A. Unique TensorFlower2016-06-21
* Add gradient_multipliers to create_train_op.Gravatar A. Unique TensorFlower2016-06-15
* Fixing flakey test in learning_test.pyGravatar A. Unique TensorFlower2016-06-15
* Expand Tensor Handler to decode FixedLenFeature and VarLenFeature, while both...Gravatar A. Unique TensorFlower2016-06-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* create_train_op use GraphKeys.UPDATE_OPS collection as update_ops if None is ...Gravatar A. Unique TensorFlower2016-06-14
* Fixed an import error, typo, and None check in evaluation.pyGravatar A. Unique TensorFlower2016-06-13
* Disable flaky test.Gravatar Josh Levenberg2016-06-07
* Move input reading epoch counter into local variables.Gravatar Illia Polosukhin2016-06-07
* Merge changes from github.Gravatar Martin Wicke2016-06-06
* Removing tfexample_decoder test flakiness by using random seed.Gravatar A. Unique TensorFlower2016-06-06
* Adding slim to contrib includes (enabling tf.contrib.slim).Gravatar A. Unique TensorFlower2016-06-04
* Moving TF-Slim data layer into contrib/slim.Gravatar A. Unique TensorFlower2016-06-03
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Fix for log_loss name change in learning_test.pyGravatar A. Unique TensorFlower2016-06-01
* Adding learning and evaluation to Slim module.Gravatar A. Unique TensorFlower2016-06-01
* Creating SLIM directory, adding queues.Gravatar A. Unique TensorFlower2016-05-31