aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/linear_optimizer/python
Commit message (Collapse)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216443201
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
| | | | PiperOrigin-RevId: 216370193
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| | | | PiperOrigin-RevId: 214824023
* Fixed bug where a mixture of Variable and PartitionedVariable would break ↵Gravatar Eddie Zhou2018-09-17
| | | | | | | | SDCA. Added new test that fails with `IndexError: list index out of range` in `_get_partitioned_update_ops` without the corresponding fix. Note that the effect of this bug is minimal, because for Estimator users, it only applies to sparse features that are not partitionable (e.g. [1,]), since all variables are created with the same partitioner in Estimator). PiperOrigin-RevId: 213365956
* Fix testing bug where partitioned primals wasn't actually being tested ↵Gravatar Eddie Zhou2018-09-17
| | | | | | (constructing Variable directly instead of get_variable under scope with partitioner). PiperOrigin-RevId: 213345447
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| | | | | | | | self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 212336417
* Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
| | | | PiperOrigin-RevId: 211116606
* contrib: minor spelling tweaksGravatar Brett Koonce2018-08-09
|
* Update the distributed SDCA test.Gravatar A. Unique TensorFlower2018-06-04
| | | | PiperOrigin-RevId: 199142338
* Add support for partitioned variables to SDCA.Gravatar A. Unique TensorFlower2018-05-23
| | | | PiperOrigin-RevId: 197803127
* Extend SDCAOptimizer functionality to prune negative indices (the default ↵Gravatar A. Unique TensorFlower2018-04-30
| | | | | | value for OOV with tf.feature_column.FeatureColumn, sparse / categorical). PiperOrigin-RevId: 194839178
* Minor fix to SDCAOptimizer documentation.Gravatar Petros Mol2018-04-27
| | | | PiperOrigin-RevId: 194609850
* Reduce number of combinations that are testedGravatar A. Unique TensorFlower2018-04-25
| | | | PiperOrigin-RevId: 194335483
* Allow turning off checkpointing for ShardedMutableDenseHashTable. Keep the ↵Gravatar A. Unique TensorFlower2018-04-18
| | | | | | checkpointing=True as the default. PiperOrigin-RevId: 193417350
* Check there are no duplicate entries in sparse features as this would ↵Gravatar A. Unique TensorFlower2018-04-13
| | | | | | invalidate the example norm computation in SDCA. PiperOrigin-RevId: 192861834
* Handle duplicate features by coalescing them together into a single feature.Gravatar A. Unique TensorFlower2018-04-10
| | | | PiperOrigin-RevId: 192341065
* Expose the adaptive sampling option for SDCA and shuffle the data when ↵Gravatar A. Unique TensorFlower2018-04-05
| | | | | | adaptive sampling is off. PiperOrigin-RevId: 191836004
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Make adaptive SDCA the default.Gravatar A. Unique TensorFlower2018-03-08
| | | | PiperOrigin-RevId: 188380039
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix ↵Gravatar Yifei Feng2018-02-09
| | | | | | existing pylint errors. PiperOrigin-RevId: 185206494
* Support ref types as arguments to all instances of ↵Gravatar RJ Ryan2018-01-14
| | | | | | tf.contrib.lookup.LookupInterface.lookup. PiperOrigin-RevId: 181928781
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179263865
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
| | | | PiperOrigin-RevId: 179260538
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179258973
* Merge changes from github.Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176695926
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176622438
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176621645
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
| | | | | | | | | | | | | | | 176617057 by yifeif: Internal change. -- 176615737 by yifeif: Fix internal tests. -- PiperOrigin-RevId: 176617057
* Merge changes from github.Gravatar Yifei Feng2017-11-21
| | | | PiperOrigin-RevId: 176615107
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | END_PUBLIC --- Commit cf375f067 authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Adds cudnn_rnn_ops_op_lib and cudnn_rnn_kernels to contrib_ops_op_lib and contrib_kernels respectively. PiperOrigin-RevId: 164170971 --- Commit 95ec58e27 authored by Asim Shankar<ashankar@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: C API: Make TF_TensorFromTensor return an error instead of just logging it. PiperOrigin-RevId: 164167582 --- Commit 15175c870 authored by Jonathan Hseu<jhseu@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Build fixes. - Allow var_list as a positional argument in CrossShardOptimizer. - Set the number of shards to 1 when not running on TPU, to allow evaluate() and predict() on CPU/GPU to work. PiperOrigin-RevId: 164161640 --- Commit bd3e894f7 authored by Yao Zhang<yaozhang@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Support freeze mode for fused batch norm. PiperOrigin-RevId: 164149032 --- Commit e6b6b84c0 authored by Asim Shankar<ashankar@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: C API: TF_Tensors will always be in host memory. This change undoes some experimentation in commit 22651083406ca01ac9d481e3367a3510d25f88cd and restores TF_Tensor behavior to what is was prior to that change. PiperOrigin-RevId: 164146670 --- Commit 8bf3f88f7 authored by Peter Hawkins<phawkins@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: [TF:XLA] Add _XLASend and _XLARecv TF ops that wrap the XLA Send/Recv HLO ops. PiperOrigin-RevId: 164124764 --- Commit 626d3200f authored by Peter Hawkins<phawkins@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: [XLA] Add test blacklist mechanism for XLA C++ unit tests. PiperOrigin-RevId: 164124423 --- Commit 359cc5f5e authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Document dict ordering in nest and make it consistent with sonnet. PiperOrigin-RevId: 164114335 --- Commit 05813b531 authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: Go: Update generated wrapper functions for TensorFlow ops. PiperOrigin-RevId: 164089206 --- Commit c451f465d authored by Anna R<annarev@google.com> Committed by Benoit Steiner<benoitsteiner@users.noreply.github.com>: BEGIN_PUBLIC Automated g4 rollback of changelist 164078808 PiperOrigin-RevId: 164318935
* Use a single threaded session for SDCALinearRegressorTest toGravatar A. Unique TensorFlower2017-06-22
| | | | | | avoid incorrect threading test failures (tsan). PiperOrigin-RevId: 159852818
* Enables SDCAOptimizer work with dense vectors (of rank 1). By extension, ↵Gravatar Petros Mol2017-05-11
| | | | | | tf.contrib.learn.SVM, tf.contrib.learn.LinearClassifier (when using the SDCA optimizer), SDCALogisticClassifier and SDCALinearRegressor can also work with dense vectors. PiperOrigin-RevId: 155753008
* Have sdca_model_fn used in SDCA-based optimizers use the training Ops from ↵Gravatar Petros Mol2017-05-08
| | | | | | SDCAOptimizer instead of replicating this logic in place. Change: 155326885
* Add sdca ops to tf.train.Gravatar Patrick Nguyen2017-04-14
| | | | | | | | | | | | | This adds: * tf.train.sdca_optimizer * tf.train.sdca_fprint * tf.train.sdca_shrink_l1 which were previously documented, and prior to 1.0, in tf.sdca. In 1.0, they were absent from tf.sdca, so this does not break compatibility. The module tf.sdca is removed. Change: 153176548
* Do not update given dictionary in feature-column public utils.Gravatar Mustafa Ispir2017-03-28
| | | | Change: 151516918
* Edits and fixes to SDCA-based tf.learn estimators:Gravatar Petros Mol2017-03-23
| | | | | | - Renaming SDCARegressor to SDCALinearRegressor - Improving documentations Change: 151065563
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
| | | | Change: 150841749
* Adding SDCA-based tf.learn estimators.Gravatar Petros Mol2017-03-16
| | | | Change: 150340985
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that ↵Gravatar Jonathan Hseu2017-02-28
| | | | | | | | | imports pywrap_tensorflow_internal with RTLD_GLOBAL. Fixes #6568 Change: 148843302
* Seal contrib interfaces (as much a feasible). If you were using a symbol ↵Gravatar Martin Wicke2017-01-29
| | | | | | which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file. Change: 145943844
* Change arg order for ↵Gravatar Martin Wicke2017-01-04
| | | | | | {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits to be (labels, predictions), and force use of named args to avoid accidents. Change: 143629623
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
| | | | Change: 143230429
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
| | | | Change: 142595367
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
| | | | | | | | | | | | | Requires: 1) Add name arguments to tf.split calls introduced since major Rosie CL cleaning this up across the codebase. 2) Change uses of array_ops.split to use named arguments, which was not covered in the Rosie CL. 3) Rename split_v calls to split. Change: 141806936
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
| | | | | | so as to conform to the order that will be standard once the split_v -> split rename happens. Change: 141371070
* Move the util classes out of sdca_ops.py.Gravatar A. Unique TensorFlower2016-11-30
| | | | Change: 140670395
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139844559
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
| | | | Change: 139632235