aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Collapse)AuthorAge
* Automated rollback of commit 5f822d694af6e4aa57fe8a426032a91dc61e30d6Gravatar Alexandre Passos2018-10-01
| | | | PiperOrigin-RevId: 215239710
* Internal change.Gravatar Revan Sopher2018-09-28
| | | | PiperOrigin-RevId: 215025019
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
| | | | PiperOrigin-RevId: 214541221
* 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: 212348850
* Minor fix in the WALS estimator test, to pass the correct shape of the ↵Gravatar A. Unique TensorFlower2018-09-04
| | | | | | transposed matrix. PiperOrigin-RevId: 211453816
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
| | | | | | | | 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: 209703607
* Merge pull request #21451 from v-reyes:v-reyes-fix-comm-kmeans-cluster-centersGravatar TensorFlower Gardener2018-08-13
|\ | | | | | | PiperOrigin-RevId: 208507804
* | Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
| | | | | | | | PiperOrigin-RevId: 208126204
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back-ticks are now converted to links in the api_docs generator. With the new docs repo we're moving to simplify the docs pipeline, and make everything more readable. By doing this we no longer get test failures for symbols that don't exist (`tf.does_not_exist` will not get a link). There is also no way, not to set custom link text. That's okay. This is the result of the following regex replacement (+ a couple of manual edits.): re: @\{([^$].*?)(\$.+?)?} sub: `\1` Which does the following replacements: "@{tf.symbol}" --> "`tf.symbol`" "@{tf.symbol$link_text}" --> "`tf.symbol`" PiperOrigin-RevId: 208042358
| * Delete confusing comment related to missing output VariableGravatar Vicente Reyes2018-08-07
|/ | | | | | The method KMeans().training_graph() does not return anymore the output Variable cluster_centers_var. Thus the related comment is outdated and should be deleted.
* Adding per-element weight support for WALSComputePartialLhsAndRhsOp operator.Gravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202208129
* Making the tf.name_scope blocks related to the factor and weight vars ↵Gravatar A. Unique TensorFlower2018-05-31
| | | | | | configurable. By default they will not be scoped. PiperOrigin-RevId: 198759754
* Adding tf.name_scope blocks to make the TensorBoard graph visualization usable.Gravatar A. Unique TensorFlower2018-05-30
| | | | PiperOrigin-RevId: 198569786
* Internal changeGravatar A. Unique TensorFlower2018-05-01
| | | | PiperOrigin-RevId: 195028221
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
| | | | PiperOrigin-RevId: 194997009
* Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests nowGravatar A. Unique TensorFlower2018-04-26
| | | | | | finish with these stats: "max = 150.6s, min = 27.4s, avg = 66.3s, dev = 19.5s" over 1000 runs and this runtime distribution should be fairly safe for deadline of 300s. PiperOrigin-RevId: 194500204
* Disable factorization_ops_test on ASAN due to flaky timeouts.Gravatar A. Unique TensorFlower2018-04-25
| | | | PiperOrigin-RevId: 194303178
* Merge changes from github.Gravatar Yifei Feng2018-04-23
| | | | PiperOrigin-RevId: 194031845
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
| | | | PiperOrigin-RevId: 193929733
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192770717
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192768744
* Merge changes from github.Gravatar Michael Case2018-04-10
| | | | PiperOrigin-RevId: 192388250
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* 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
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Add ability to use feature_columns in KMeans Estimator.Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189179304
* Rename KMeans _parse_tensor_or_dict to _parse_features_if_necessary and add ↵Gravatar A. Unique TensorFlower2018-03-14
| | | | | | a unit test. PiperOrigin-RevId: 189087384
* Add usage example to KMeans Estimator documentation.Gravatar A. Unique TensorFlower2018-02-23
| | | | PiperOrigin-RevId: 186805772
* Merge changes from github.Gravatar Yifei Feng2018-02-22
| | | | PiperOrigin-RevId: 186674197
* Refactor score definition in GMM operations. This is simplified to be the ↵Gravatar A. Unique TensorFlower2018-02-07
| | | | | | per-sample likelihood of the data. PiperOrigin-RevId: 184843634
* Typo Correction.Gravatar A. Unique TensorFlower2018-01-31
| | | | PiperOrigin-RevId: 184016082
* Cleanup: Ran clang-format on all *.{cc,h} files in ↵Gravatar A. Unique TensorFlower2018-01-30
| | | | | | tensorflow/contrib/.../*.{hh,c}. PiperOrigin-RevId: 183855242
* Raise to 4 the shard counts of ↵Gravatar A. Unique TensorFlower2018-01-26
| | | | | | | | | | //third_party/tensorflow/contrib/{factorization:kmeans_test,linear_optimizer:sdca_estimator_test} These tests were getting flaky timeouts when run under asan, sometimes taking longer than the 5 minute timeout. Increasing the shard count to 4 seems to be sufficient to cause them not to time out. PiperOrigin-RevId: 183470183
* Set export_outs in KMeans' EstimatorSpec.Gravatar Yutaka Leon2018-01-24
| | | | PiperOrigin-RevId: 183154542
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
| | | | PiperOrigin-RevId: 180301735
* Only squeeze the last dimension of outputs and indices in infer_graph ofGravatar A. Unique TensorFlower2017-12-21
| | | | | | kmeans. PiperOrigin-RevId: 179865588
* 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 Sourabh Bajaj2017-11-30
| | | | PiperOrigin-RevId: 177526301
* In WALSMatrixFactorization: moves the op that updates the global_step to a ↵Gravatar A. Unique TensorFlower2017-11-17
| | | | | | session run hook. PiperOrigin-RevId: 176200549
* Temporarily disable tsan for wals_test.Gravatar A. Unique TensorFlower2017-11-17
| | | | PiperOrigin-RevId: 176150090
* Refactors the WALS estimator so that part of the control flow logic happens ↵Gravatar A. Unique TensorFlower2017-11-14
| | | | | | in the SweepHook. This fixes a bug that causes both input batches (rows and columns) to be fetched during any given sweep. PiperOrigin-RevId: 175738242
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
| | | | PiperOrigin-RevId: 173889798
* Adds the k-MC2 algorithm for efficient seeding of mini batch k-means in ↵Gravatar A. Unique TensorFlower2017-10-20
| | | | | | TensorFlow. PiperOrigin-RevId: 172914154
* Removes the use of tf.cond in the SweepHook used in the ↵Gravatar A. Unique TensorFlower2017-10-09
| | | | | | WALSMatrixFactorization estimator, to prevent a rare but possible race condition. PiperOrigin-RevId: 171612114