History log of /external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aaac4ac3e9d1d8c48db9e4010459a417a07553d2 17-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> K-FAC: Example using tf.estimator and K-FAC.
- Removes FisherEstimator.inv_updates_dict. Users should create directly from
FisherEstimator.inv_update_ops.
- Adds (cov|inv)_update_(thunks|ops) to KfacOptimizer.

PiperOrigin-RevId: 182135826
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
9322010d25f0b11c8bc2a498672f270708697425 12-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> K-FAC: Add (cov|inv)_update_(ops|thunks) to FisherEstimator.

PiperOrigin-RevId: 181672525
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
3abd6e8809ca9c3072e3d846e8313d854e63ed65 11-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Changing the default value of the momentum constant to 0.9.
Changing the default value of colocate_gradients_with_ops to True.

PiperOrigin-RevId: 181624864
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
2139d204f038ed944cecf05873a565f7f7d424b2 08-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Finishing the migration of the RNN / shared fully-connected layer blocks, and associated changes to LayerCollection.

Moved check_registration function to LayerCollection which is a more natural home for it.

Fixed major bug: make_inverse_update_ops was misspelled in FullyConnectedMultiKF meaning that inverses weren't being computed for these factors.

Many other minor tweaks and fixes to code and documentation.

PiperOrigin-RevId: 178372885
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
a264269f523467ac018708a647eab02c1f1010fe 27-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Fixed a minor typo in FisherEstimator docstring.

PiperOrigin-RevId: 176999852
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
3e462d8efd076e70bec0db596051a548a765e1c2 20-Nov-2017 James Keeling <jtkeeling@google.com> K-FAC: Allow sharding of cov and inv update ops and colocation of grads with ops

PiperOrigin-RevId: 176404077
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
bb5dfbea8171c0c968ddb4a50414dc507b8e58f0 02-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> K-FAC: clean up error message.

PiperOrigin-RevId: 174384613
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
de1b4a8a75ae3a50f4fa7480efb1177d79abf553 24-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Refactor K-FAC FisherEstimator

PiperOrigin-RevId: 173307212
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py
ac13836b7d6920a09ce25e834a7ac1e1a4230740 28-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Initial release of tf.contrib.kfac

PiperOrigin-RevId: 170286115
/external/tensorflow/tensorflow/contrib/kfac/python/ops/estimator.py