aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Expand)AuthorAge
* Automated rollback of commit 5f822d694af6e4aa57fe8a426032a91dc61e30d6Gravatar Alexandre Passos2018-10-01
* Internal change.Gravatar Revan Sopher2018-09-28
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Minor fix in the WALS estimator test, to pass the correct shape of the transp...Gravatar A. Unique TensorFlower2018-09-04
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Merge pull request #21451 from v-reyes:v-reyes-fix-comm-kmeans-cluster-centersGravatar TensorFlower Gardener2018-08-13
|\
* | Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * Delete confusing comment related to missing output VariableGravatar Vicente Reyes2018-08-07
|/
* Adding per-element weight support for WALSComputePartialLhsAndRhsOp operator.Gravatar A. Unique TensorFlower2018-06-28
* Making the tf.name_scope blocks related to the factor and weight vars configu...Gravatar A. Unique TensorFlower2018-05-31
* Adding tf.name_scope blocks to make the TensorBoard graph visualization usable.Gravatar A. Unique TensorFlower2018-05-30
* Internal changeGravatar A. Unique TensorFlower2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Reenable factorization_ops_test on ASAN after adding shard_count = 4. Tests nowGravatar A. Unique TensorFlower2018-04-26
* Disable factorization_ops_test on ASAN due to flaky timeouts.Gravatar A. Unique TensorFlower2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Merge changes from github.Gravatar Michael Case2018-04-10
* 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
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Add ability to use feature_columns in KMeans Estimator.Gravatar A. Unique TensorFlower2018-03-15
* Rename KMeans _parse_tensor_or_dict to _parse_features_if_necessary and add a...Gravatar A. Unique TensorFlower2018-03-14
* Add usage example to KMeans Estimator documentation.Gravatar A. Unique TensorFlower2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Refactor score definition in GMM operations. This is simplified to be the per...Gravatar A. Unique TensorFlower2018-02-07
* Typo Correction.Gravatar A. Unique TensorFlower2018-01-31
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorizatio...Gravatar A. Unique TensorFlower2018-01-26
* Set export_outs in KMeans' EstimatorSpec.Gravatar Yutaka Leon2018-01-24
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Only squeeze the last dimension of outputs and indices in infer_graph ofGravatar A. Unique TensorFlower2017-12-21
* 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 Sourabh Bajaj2017-11-30
* In WALSMatrixFactorization: moves the op that updates the global_step to a se...Gravatar A. Unique TensorFlower2017-11-17
* Temporarily disable tsan for wals_test.Gravatar A. Unique TensorFlower2017-11-17
* Refactors the WALS estimator so that part of the control flow logic happens i...Gravatar A. Unique TensorFlower2017-11-14
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Adds the k-MC2 algorithm for efficient seeding of mini batch k-means in Tenso...Gravatar A. Unique TensorFlower2017-10-20
* Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorizati...Gravatar A. Unique TensorFlower2017-10-09