aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
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
* Disalbe sdca test on all GPU builds.Gravatar Michael Case2018-07-23
* Disable failing gpu tests on WindowsGravatar A. Unique TensorFlower2018-07-10
* 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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
* Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorizatio...Gravatar A. Unique TensorFlower2018-01-26
* 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
* Re-enable tsan for sdca_estimator_test.Gravatar A. Unique TensorFlower2017-09-10
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-18
* Use a single threaded session for SDCALinearRegressorTest toGravatar A. Unique TensorFlower2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Disable sdca_estimator_test in tsan.Gravatar Gunhan Gulsoy2017-05-16
* 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
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13