aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer
Commit message (Expand)AuthorAge
* Remove dual and primal_loss variables from variables dict created in auxiliar...Gravatar A. Unique TensorFlower2016-06-01
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
* Fixes bug in SquaredLossUpdater::ComputeUpdatedDual when example weights are ...Gravatar A. Unique TensorFlower2016-05-25
* TensorFlow: colocate_with is unnecessary for inputs that take refsGravatar Vijay Vasudevan2016-04-27
* Refactoring/unification of weights & features within sdca_ops.cc.Gravatar A. Unique TensorFlower2016-04-18
* Removing lazy loading of sdca_ops.so since it is no longer necessary.Gravatar A. Unique TensorFlower2016-04-13
* Removed unnecessary link options when build shared libraries for custom ops.Gravatar Manjunath Kudlur2016-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
* tensorflow: support usage of eigen thread poolGravatar A. Unique TensorFlower2016-04-11
* Better documenting the use of Hash64.Gravatar A. Unique TensorFlower2016-04-07
* Fixes in sdca_ops_test.pyGravatar A. Unique TensorFlower2016-03-31
* Fixing some implicit int64->32 downcast errors. (In most cases, byGravatar David G. Andersen2016-03-29
* Add tests for hinge loss updater.Gravatar A. Unique TensorFlower2016-03-23
* 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
* Code cleanups as per style conventions.Gravatar A. Unique TensorFlower2016-03-22
* Re-arranging tensorflow contrib targets.Gravatar A. Unique TensorFlower2016-03-22
* Changing get_binary_predictions_* methods in sdca_ops_test.py to return an in...Gravatar A. Unique TensorFlower2016-03-22
* Use tf.group in rnn benchmark.Gravatar Yuan Yu2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Documenting ASAN exclusion.Gravatar A. Unique TensorFlower2016-03-21
* Minor simplification in Hinge prediction.Gravatar A. Unique TensorFlower2016-03-18
* Exclude failing tests from ASAN testingGravatar Yaroslav Bulatov2016-03-18
* Allowing users to optionally provide a global step tensor and name to SDCA's ...Gravatar A. Unique TensorFlower2016-03-18
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* Removing the check for duplicate ids.Gravatar A. Unique TensorFlower2016-03-15
* Split tests for each loss type into separate test classes.Gravatar A. Unique TensorFlower2016-03-14
* Pull up a global statement in sdca_ops.Gravatar Craig Citro2016-03-11
* Changes to make custom user ops not statically include tensorflow/core:framew...Gravatar Manjunath Kudlur2016-03-11
* Guarding against 0-sized dense_weights (until we support arbitrary dimensionalGravatar A. Unique TensorFlower2016-03-11
* Making SDCA updates transactional.Gravatar A. Unique TensorFlower2016-03-11
* Fixing threading issue with _maybe_load_sdca_ops().Gravatar A. Unique TensorFlower2016-03-11
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Force copy of indices to local storage always.Gravatar A. Unique TensorFlower2016-03-10
* Switching to O(N) duplicate counting using unordered_set.Gravatar David G. Andersen2016-03-09
* Avoid shuffling, and the use of random generator within the sdca optimizer.Gravatar A. Unique TensorFlower2016-03-09
* Fixes computation of SdcaModel.regularized_loss()Gravatar A. Unique TensorFlower2016-03-08
* A scalable *single-machine* version of SDCA for datasets that don't fit in me...Gravatar A. Unique TensorFlower2016-03-08
* Minor code cleanups.Gravatar A. Unique TensorFlower2016-03-08
* Add support for hinge loss (SVMs) to the Stohastic Dual Coordinate Ascent (SD...Gravatar A. Unique TensorFlower2016-03-07
* Adding visitor support to DataByExample.Gravatar A. Unique TensorFlower2016-03-07
* Refactor logistic loss into component parts.Gravatar A. Unique TensorFlower2016-03-05
* Change L2/L1 regularization strength to in be the units of num_examples.Gravatar A. Unique TensorFlower2016-03-05
* Adding a few more validations and tests.Gravatar A. Unique TensorFlower2016-03-05
* Augmenting DeltasByExample as DataByExample to provision for extraGravatar A. Unique TensorFlower2016-03-05
* Improves error handling of unsupported fractional logistic labels.Gravatar A. Unique TensorFlower2016-03-03
* Refactoring of SDCA related code for testability and addition of various sani...Gravatar A. Unique TensorFlower2016-03-03