aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/kfac
Commit message (Expand)AuthorAge
* BEGIN_PUBLICGravatar Vikram Tankasali2018-08-22
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Automated rollback of commit 26353f9b51091312e7097143aee9c2d05e2011fdGravatar A. Unique TensorFlower2018-08-16
* Delete tf.contrib.kfac. K-FAC in Tensorflow is now its own separate package.Gravatar Vikram Tankasali2018-08-16
* contrib: minor spelling tweaksGravatar Brett Koonce2018-08-09
* Update README.md for tf.contrib.kfac and add deprecation warning.Gravatar Vikram Tankasali2018-06-04
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* BUGFIX: Convert inputs and list of gradients into tuple if they are not insta...Gravatar A. Unique TensorFlower2018-05-02
* - Default values of cov and inv variables are now 0. Zero-debiasing (as in A...Gravatar James Martens2018-04-26
* - Adding support for Cholesky (inverse) factor multiplications.Gravatar James Martens2018-04-26
* BUGFIX: Correct a typo in fisher_factors.py.Gravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Adds functionality to subsample the inputs to extract image patches.Gravatar A. Unique TensorFlower2018-04-23
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* - Fixed small bug in example scriptGravatar A. Unique TensorFlower2018-04-13
* K-FAC: Deprecate tf.contrib.kfac.Gravatar A. Unique TensorFlower2018-04-12
* Tweaked docstrings in LayerCollection.Gravatar A. Unique TensorFlower2018-04-06
* The training model need not be built when the kfac optimizer is initialized s...Gravatar A. Unique TensorFlower2018-04-06
* Sync replicas distributed training example with two strategies:Gravatar A. Unique TensorFlower2018-04-04
* Bug Fix: If num_uses > 0 the the inputs tensor need not be a list but can be ...Gravatar A. Unique TensorFlower2018-04-03
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* K-FAC: Bugfixes for TPU compatibility with covariance update ops.Gravatar A. Unique TensorFlower2018-03-27
* Fixed a bug in ConvKFCBasicMultiIndepFB introduced in the last CLGravatar A. Unique TensorFlower2018-03-27
* - Added support a different strategy for cov computations in the multi-tower ...Gravatar A. Unique TensorFlower2018-03-27
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-25
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* - Added support for data to be specified in RNN classes as large tensors with...Gravatar A. Unique TensorFlower2018-03-20
* - Adds support for shared embedding layers (e.g. in RNNs), and shared Conv2D ...Gravatar A. Unique TensorFlower2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Performing the finalization of the LayerCollection outside of FisherEstimator...Gravatar A. Unique TensorFlower2018-03-13
* K-FAC: FisherBlocks for tf.nn.{depthwise_conv2d, separable_conv2d, convolution}.Gravatar A. Unique TensorFlower2018-03-12
* - FisherEstimator now supports computing products with arbitrary matrix power...Gravatar A. Unique TensorFlower2018-03-08
* K-FAC: LM algorithm for adapting damping, Example to train MNIST autoencoder ...Gravatar A. Unique TensorFlower2018-02-21
* K-FAC: Support for embedding layers, add FisherFactor.{multiply, multiply_inv...Gravatar A. Unique TensorFlower2018-02-15
* [tf.data] Remove deprecated `tf.contrib.data.Dataset` class.Gravatar Derek Murray2018-02-09
* K-FAC: Wrap extract_image_patches() for compatibility with XLA.Gravatar A. Unique TensorFlower2018-01-31
* K-FAC: expose set_global_constants() for tf.contrib.kfac.utilsGravatar A. Unique TensorFlower2018-01-30
* Fixed bug: inconsistency with how damping normalization was applied to ConvDi...Gravatar A. Unique TensorFlower2018-01-26
* Allow fisher-vector multiplies on 1D vectors for CategoricalLogitsNegativeLog...Gravatar A. Unique TensorFlower2018-01-23
* K-FAC: Fixes problem where initial eigendecomposition used by RNN classes wou...Gravatar A. Unique TensorFlower2018-01-17
* K-FAC: Expose protected functions from fisher_blocks and fisher_factors and c...Gravatar A. Unique TensorFlower2018-01-17
* K-FAC: Example using tf.estimator and K-FAC.Gravatar A. Unique TensorFlower2018-01-16
* Migrate `tf.contrib.data` users to the stable `tf.data` API.Gravatar Derek Murray2018-01-15
* K-FAC: Utility function for scheduling N ops per global_step.Gravatar A. Unique TensorFlower2018-01-11
* K-FAC: Add (cov|inv)_update_(ops|thunks) to FisherEstimator.Gravatar A. Unique TensorFlower2018-01-11
* Changing the default value of the momentum constant to 0.9.Gravatar A. Unique TensorFlower2018-01-11
* K-FAC: Add "OnehotCategoricalLogitsNegativeLogProbLoss" to kfac.loss_function...Gravatar A. Unique TensorFlower2018-01-03
* K-FAC: Support onehot categorical in kfac.loss_functions.Gravatar A. Unique TensorFlower2018-01-02