aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer/python
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
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Fixed bug where a mixture of Variable and PartitionedVariable would break SDC...Gravatar Eddie Zhou2018-09-17
* Fix testing bug where partitioned primals wasn't actually being tested (const...Gravatar Eddie Zhou2018-09-17
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
* contrib: minor spelling tweaksGravatar Brett Koonce2018-08-09
* Update the distributed SDCA test.Gravatar A. Unique TensorFlower2018-06-04
* Add support for partitioned variables to SDCA.Gravatar A. Unique TensorFlower2018-05-23
* Extend SDCAOptimizer functionality to prune negative indices (the default val...Gravatar A. Unique TensorFlower2018-04-30
* Minor fix to SDCAOptimizer documentation.Gravatar Petros Mol2018-04-27
* Reduce number of combinations that are testedGravatar A. Unique TensorFlower2018-04-25
* Allow turning off checkpointing for ShardedMutableDenseHashTable. Keep the ch...Gravatar A. Unique TensorFlower2018-04-18
* Check there are no duplicate entries in sparse features as this would invalid...Gravatar A. Unique TensorFlower2018-04-13
* Handle duplicate features by coalescing them together into a single feature.Gravatar A. Unique TensorFlower2018-04-10
* Expose the adaptive sampling option for SDCA and shuffle the data when adapti...Gravatar A. Unique TensorFlower2018-04-05
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Make adaptive SDCA the default.Gravatar A. Unique TensorFlower2018-03-08
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix existing...Gravatar Yifei Feng2018-02-09
* Support ref types as arguments to all instances of tf.contrib.lookup.LookupIn...Gravatar RJ Ryan2018-01-14
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* 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
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Use a single threaded session for SDCALinearRegressorTest toGravatar A. Unique TensorFlower2017-06-22
* Enables SDCAOptimizer work with dense vectors (of rank 1). By extension, tf.c...Gravatar Petros Mol2017-05-11
* Have sdca_model_fn used in SDCA-based optimizers use the training Ops from SD...Gravatar Petros Mol2017-05-08
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
* Do not update given dictionary in feature-column public utils.Gravatar Mustafa Ispir2017-03-28
* Edits and fixes to SDCA-based tf.learn estimators:Gravatar Petros Mol2017-03-23
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Adding SDCA-based tf.learn estimators.Gravatar Petros Mol2017-03-16
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* 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
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* 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
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18