aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/kfac
Commit message (Expand)AuthorAge
...
* Design tweaks of Fisher Factor classes. Now they don't declare ops in their ...Gravatar A. Unique TensorFlower2017-12-31
* Add comments to link convolutional factors code with definitions in the KFC p...Gravatar A. Unique TensorFlower2017-12-22
* K-FAC: Cross Replica Mean for TPUGravatar A. Unique TensorFlower2017-12-19
* K-FAC: ResourceVariable supportGravatar A. Unique TensorFlower2017-12-19
* Small doc fix in kfac loss_functions: `evaluate()` returns *negative* log pro...Gravatar A. Unique TensorFlower2017-12-18
* Finishing the migration of the RNN / shared fully-connected layer blocks, and...Gravatar A. Unique TensorFlower2017-12-08
* Getting rid of obsolete function is_variable_registered from LayerCollection....Gravatar A. Unique TensorFlower2017-12-04
* Moved compute_pi from utils.py to fisher_blocks.py and added global constant ...Gravatar A. Unique TensorFlower2017-12-01
* Adds a fisher block for fully connected recurrent layers.Gravatar A. Unique TensorFlower2017-11-30
* Added comment/TODO concerning memory use of extract_images_patches.Gravatar A. Unique TensorFlower2017-11-29
* Changed default approximation interface in LayerCollection to use setter func...Gravatar A. Unique TensorFlower2017-11-27
* Fixed a minor typo in FisherEstimator docstring.Gravatar A. Unique TensorFlower2017-11-27
* Default to previously specified variables when minimizing with KfacOptimizerGravatar James Keeling2017-11-22
* Small changes to optimizer and utils.Gravatar A. Unique TensorFlower2017-11-22
* Remove vestigial utils.setdefault function.Gravatar A. Unique TensorFlower2017-11-21
* Remove "smart" registration functionality from LayerCollection.Gravatar A. Unique TensorFlower2017-11-20
* K-FAC: Allow sharding of cov and inv update ops and colocation of grads with opsGravatar James Keeling2017-11-20
* Implements specifying default approximations for layer_collection.Gravatar A. Unique TensorFlower2017-11-16
* Added ability to specify estimation mode in constructor of KfacOptimizer. Th...Gravatar A. Unique TensorFlower2017-11-15
* Small change to how damping constants get transformed. Switched from using t...Gravatar A. Unique TensorFlower2017-11-13
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* Adds properties to LossFunction to access inputs separated by minibatch.Gravatar A. Unique TensorFlower2017-11-10
* Correct comment in K-FAC's layer_collectionGravatar A. Unique TensorFlower2017-11-10
* K-FAC: clean up error message.Gravatar A. Unique TensorFlower2017-11-02
* Added mechanism to set global constants in utils.py similar to one for other ...Gravatar A. Unique TensorFlower2017-11-02
* K-FAC: Support for tf.AUTO_REUSE when re-using registrations. Multi-tower sup...Gravatar A. Unique TensorFlower2017-10-31
* K-FAC: Multi-tower ConvNet example.Gravatar A. Unique TensorFlower2017-10-30
* K-FAC: Example for multi-tower support for MNIST MLP.Gravatar A. Unique TensorFlower2017-10-30
* K-FAC: Multiple minibatches support for LayerCollection.register_conv2d()Gravatar A. Unique TensorFlower2017-10-30
* K-FAC: Multi-tower support for ConvKFCBasicFBGravatar A. Unique TensorFlower2017-10-30
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* K-FAC: Support for multiple minibatches with register_categorical_predictive_...Gravatar A. Unique TensorFlower2017-10-26
* K-FAC: register_additional_minibatch() for CategoricalLogitsNegativeLogProbLossGravatar A. Unique TensorFlower2017-10-26
* Add tests for utils.SubGraph in K-FACGravatar A. Unique TensorFlower2017-10-25
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Refactor K-FAC FisherEstimatorGravatar A. Unique TensorFlower2017-10-24
* Fix K-FAC's loss_functions.insert_slice_in_zeros and add testsGravatar A. Unique TensorFlower2017-10-24
* K-FAC: Support for registering multiple minibatches with register_fully_conne...Gravatar A. Unique TensorFlower2017-10-23
* K-FAC: _check_registration() supports multiple towers.Gravatar A. Unique TensorFlower2017-10-23
* Multi-minibatch support forGravatar A. Unique TensorFlower2017-10-23
* K-FAC: Multi-tower support for ConvDiagonalFB.Gravatar A. Unique TensorFlower2017-10-23
* Multi-minibatch support for tf.contrib.kfac.fisher_blocks.FullyConnectedDiago...Gravatar A. Unique TensorFlower2017-10-18
* Stub support for retrieving LossFunction by name.Gravatar A. Unique TensorFlower2017-10-18
* Added a cleaner mechanism to set the global constants in fisher_blocks.py and...Gravatar A. Unique TensorFlower2017-10-16
* - Modified Jacobian computations in CurvatureMatrixVectorProductComputer to u...Gravatar A. Unique TensorFlower2017-10-16
* Update README.md for tf.contrib.kfacGravatar A. Unique TensorFlower2017-10-02
* Revised some documentation.Gravatar A. Unique TensorFlower2017-10-02
* N/AGravatar A. Unique TensorFlower2017-09-29
* - adding new FisherBlock / FisherFactor supporting diagonal approximations fo...Gravatar A. Unique TensorFlower2017-09-28
* - fixed the docstrings in loss_functions.py to reflect the factorization F = ...Gravatar A. Unique TensorFlower2017-09-28