aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/BUILD
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
* Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-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
* Raise to 4 the shard counts of //third_party/tensorflow/contrib/{factorizatio...Gravatar A. Unique TensorFlower2018-01-26
* 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
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorizati...Gravatar A. Unique TensorFlower2017-10-09
* Disable kmeans test in tsan.Gravatar Gunhan Gulsoy2017-10-07
* Make a branch of the KMeans estimator that is ported to the core Estimator API.Gravatar A. Unique TensorFlower2017-10-05
* Automated g4 rollback of changelist 170204652Gravatar A. Unique TensorFlower2017-09-27
* Add complete factorization tests (2 row/col sweeps) to factorization_ops_test...Gravatar A. Unique TensorFlower2017-09-27
* disabling failing tsan testGravatar Olivia Nordquist2017-09-15
* Add notsan on some tests with races between variable read and write.Gravatar A. Unique TensorFlower2017-09-08
* Increase timeout to deflake the test.Gravatar A. Unique TensorFlower2017-07-27
* Seals tf.contrib.factorizationGravatar A. Unique TensorFlower2017-07-19
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-21
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add a single-machine tf.learn Estimator implementation for the WALS solver.Gravatar A. Unique TensorFlower2017-04-10
* Fix two ongoing breakages in Jenkins postsubmitGravatar Shanqing Cai2017-04-04
* Fix the build in contrib/factorization.Gravatar A. Unique TensorFlower2017-04-03
* Refactor factorization_ops_test in contrib/factorization.Gravatar A. Unique TensorFlower2017-03-31
* Add a SessionRunHook to manage synchronization of the row and column sweeps i...Gravatar A. Unique TensorFlower2017-03-29
* Internal changesGravatar Rohan Jain2017-03-23
* Use Tensorflow log(sum(exp)) function which is numerically stable.Gravatar A. Unique TensorFlower2017-03-15
* Add masked_matmul_ops to tensorflow.Gravatar A. Unique TensorFlower2017-02-07
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Remove _test.py files from py_library srcsGravatar Justine Tunney2016-12-08
* Migrate KMeans code to the new Estimator interface. Migrate the monitor toGravatar A. Unique TensorFlower2016-12-06
* Remove manual tag for kmeans_test.Gravatar A. Unique TensorFlower2016-09-14
* Disable tsan for gmm_test.Gravatar Yuan Yu2016-08-09
* Add Gaussian mixture models clustering to tensorflow.Gravatar A. Unique TensorFlower2016-08-04
* Disable flaky testsGravatar Vijay Vasudevan2016-07-12
* Remove t/contrib/factorization:kmeans_test from tsan.Gravatar A. Unique TensorFlower2016-07-08
* Adjust thresholds for kmeans test.Gravatar A. Unique TensorFlower2016-07-06
* Disable flaky kmeans_testGravatar Gunhan Gulsoy2016-07-06
* Add K-Means clustering and WALS matrix factorization to tensorflow.Gravatar A. Unique TensorFlower2016-07-01