aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer/python/ops/sdca_ops.py
Commit message (Expand)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Fixed bug where a mixture of Variable and PartitionedVariable would break SDC...Gravatar Eddie Zhou2018-09-17
* Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
* Add support for partitioned variables to SDCA.Gravatar A. Unique TensorFlower2018-05-23
* Expose the adaptive sampling option for SDCA and shuffle the data when adapti...Gravatar A. Unique TensorFlower2018-04-05
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar A. Unique TensorFlower2016-11-21
* Migrate tf.learn to use the new summary ops (tf.summary.X).Gravatar Dan Mané2016-10-31
* Change SDCA to use DenseMutableHashtable.Gravatar A. Unique TensorFlower2016-10-27
* In tf.contrib, only load external op libraries on non-Windows platforms.Gravatar Derek Murray2016-10-18
* Make updating weights optional in SDCA.Gravatar A. Unique TensorFlower2016-10-12
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Move SDCA optimizer kernels to core.Gravatar A. Unique TensorFlower2016-09-27
* Add sparse storage support for sparse features for SDCA to support smaller mi...Gravatar A. Unique TensorFlower2016-09-23
* Expose number of partitions to tf.learn SVM Estimator for multi-machineGravatar A. Unique TensorFlower2016-09-16
* Smooth hinge loss for SDCAGravatar A. Unique TensorFlower2016-09-15
* Add examples_seen summary for the number of distinct examples we have encount...Gravatar A. Unique TensorFlower2016-09-02
* Make sure the large sum in the duality gap computation happens on the PSGravatar A. Unique TensorFlower2016-08-26
* - Change float to double which stabilizes the duality gapGravatar A. Unique TensorFlower2016-08-24
* Add summary for approximate duality gap.Gravatar A. Unique TensorFlower2016-08-21
* Allow num_table_shards to be specified in SDCAOptimizer.Gravatar A. Unique TensorFlower2016-08-16
* Add num_partitions arg to the SDCA optimizer for distribution and deprecate `...Gravatar A. Unique TensorFlower2016-08-12
* Colocate unshrinked weights with the regular (shrinked) weights and give them...Gravatar A. Unique TensorFlower2016-08-12
* Shrink variables independently so that we can assign variables to different p...Gravatar A. Unique TensorFlower2016-08-11
* Change Saver to support checkpointing ops other than Variables.Gravatar A. Unique TensorFlower2016-08-10
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Support multi-dimensional RealValuedColumns in SDCAOptimizer. Update LinearCl...Gravatar A. Unique TensorFlower2016-08-05
* Rewrite to make SDCA optimizer distributed.Gravatar A. Unique TensorFlower2016-07-19
* Add ShardedHashTable private to SDCA in preparation for distributed training.Gravatar A. Unique TensorFlower2016-07-08
* Cleanup SDCA op based on additional review comments.Gravatar A. Unique TensorFlower2016-06-30
* Slightly simplifies hinge_loss computation using nn.reluGravatar A. Unique TensorFlower2016-06-28
* Change SDCA to use MutableHashTable op instead of internal hash table.Gravatar A. Unique TensorFlower2016-06-27
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* TensorFlow: colocate_with is unnecessary for inputs that take refsGravatar Vijay Vasudevan2016-04-27
* Removing lazy loading of sdca_ops.so since it is no longer necessary.Gravatar A. Unique TensorFlower2016-04-13
* Removing lazy loading of sdca_ops.so since it is no longer necessary.Gravatar A. Unique TensorFlower2016-04-12
* Removing lazy loading of sdca_ops.so since it is no longer necessary.Gravatar A. Unique TensorFlower2016-04-12
* Add dependency for contrib kernels.Gravatar A. Unique TensorFlower2016-03-23
* Added standalone kernel_library and gen_op_wrapper_py targetsGravatar Manjunath Kudlur2016-03-22