K-FAC: Example using tf.estimator and K-FAC.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 17 Jan 2018 01:21:12 +0000 (17:21 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 17 Jan 2018 01:24:57 +0000 (17:24 -0800)
commitaaac4ac3e9d1d8c48db9e4010459a417a07553d2
treeb4baf3185500bc188e08277f3b80c3a57b8dea89
parentcf327e8560fc044ab37e6a766c852e7b6546f228
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
tensorflow/contrib/kfac/examples/convnet.py
tensorflow/contrib/kfac/examples/mlp.py
tensorflow/contrib/kfac/examples/mlp_mnist_main.py
tensorflow/contrib/kfac/examples/tests/mlp_test.py
tensorflow/contrib/kfac/python/ops/estimator.py
tensorflow/contrib/kfac/python/ops/optimizer.py