Performing the finalization of the LayerCollection outside of FisherEstimator's const...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 13 Mar 2018 17:13:45 +0000 (10:13 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 13 Mar 2018 17:17:49 +0000 (10:17 -0700)
commitfce49887e827abc2627fd2a7bc135800baaafc4f
treed4efdbd53a8973d9bc534e21f7e8c3bef75aae28
parent8feab61146f08697c28d18a54c4e8c32ed028876
Performing the finalization of the LayerCollection outside of FisherEstimator's constructor.  This allows layers and losses to be registered after the FisherEstimator (or KFACOptimizer) has been constructed.

PiperOrigin-RevId: 188889252
tensorflow/contrib/kfac/python/kernel_tests/estimator_test.py
tensorflow/contrib/kfac/python/ops/estimator.py