aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
Commit message (Expand)AuthorAge
...
* Fix sync issue.Gravatar Martin Wicke2016-03-02
* TensorFlow: fix OSX buildGravatar Vijay Vasudevan2016-03-02
* Fixing a subset of Python3-breaking lines currently in tensorflowGravatar A. Unique TensorFlower2016-03-02
* Adds squared-loss / linear regression to SDCA.Gravatar A. Unique TensorFlower2016-03-01
* Avoid parallelism in the optimizer unit-test, as each step is stochastic, the...Gravatar A. Unique TensorFlower2016-03-01
* DeltaWeights and other refactoring/simplification.Gravatar A. Unique TensorFlower2016-03-01
* Now using tf.merge_sparse to create SparseTensors.Gravatar A. Unique TensorFlower2016-02-29
* Added a benchmark for the performance of dyanmic rnn with memory swapping. Fo...Gravatar Yuan Yu2016-02-29
* Fix OSS build breakage due to missing std namespace on vector.Gravatar A. Unique TensorFlower2016-02-29
* SDCA now accepts example_ids.Gravatar A. Unique TensorFlower2016-02-29
* Compute non-approximate duality gap based on the previous iterationGravatar A. Unique TensorFlower2016-02-29
* SDCA implementation changes in preparation for larger data-set scaling.Gravatar A. Unique TensorFlower2016-02-26
* Fixes bug in accumulation of total-approximate-duality-gap.Gravatar A. Unique TensorFlower2016-02-25
* Switch sdca_ops to use tf.load_library mechanism.Gravatar A. Unique TensorFlower2016-02-25
* Temporarily disable sdca_ops_test - it breaks the opensource build.Gravatar Eugene Brevdo2016-02-24
* Eliminate unneded pylint disableGravatar David G. Andersen2016-02-24
* Tests to check linear_optimizer in tf.contrib.Gravatar A. Unique TensorFlower2016-02-24
* Add correct dependencies to sdca ops to fix build breakage.Gravatar A. Unique TensorFlower2016-02-24