aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
Commit message (Expand)AuthorAge
...
* Disable kmeans test in tsan.Gravatar Gunhan Gulsoy2017-10-07
* Use the new Estimator.get_variable_value() method to get the kmeans cluster c...Gravatar A. Unique TensorFlower2017-10-06
* 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
* KMeans.training_graph() now returns an additional value, currently unused.Gravatar A. Unique TensorFlower2017-09-26
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* disabling failing tsan testGravatar Olivia Nordquist2017-09-15
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Add notsan on some tests with races between variable read and write.Gravatar A. Unique TensorFlower2017-09-08
* FIx device colocation for kmeans.Gravatar A. Unique TensorFlower2017-08-09
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Increase timeout to deflake the test.Gravatar A. Unique TensorFlower2017-07-27
* Seals tf.contrib.factorizationGravatar A. Unique TensorFlower2017-07-19
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-18
* Move cluster initialization to happen during training using training hooks in...Gravatar A. Unique TensorFlower2017-07-17
* Disable contrib tests on ASAN that are sometimes timing out.Gravatar A. Unique TensorFlower2017-07-13
* Adding cautionary comments on the use of use_factors_weights_cache in the cas...Gravatar A. Unique TensorFlower2017-07-13
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add RWSE (root weighted squared error) to the WALS estimator.Gravatar A. Unique TensorFlower2017-06-27
* Generalize cluster initialization to span multiple mini-batches if necessary.Gravatar A. Unique TensorFlower2017-06-22
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-21
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Updates to the WALSMatrixFactorization estimator:Gravatar A. Unique TensorFlower2017-06-06
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Fix device colocation for KMeans in case of multiple parameter servers.Gravatar A. Unique TensorFlower2017-06-01
* Minor updates to wals_test to reduce the number of session runs and reduce to...Gravatar A. Unique TensorFlower2017-05-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Add an option to remove empty rows and columns from the input matrix, in the ...Gravatar A. Unique TensorFlower2017-05-10
* Merge changes from github.Gravatar Dan Ringwalt2017-05-05
* Add stateless random ops for custom control of seedingGravatar Geoffrey Irving2017-04-17
* Makes calls to variables.Variable resource-safe.Gravatar Alexandre Passos2017-04-17
* 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
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Remove the buggy special case for num_threads==1.Gravatar A. Unique TensorFlower2017-03-10
* Depend on protobuf's header only library when building custom opsGravatar Manjunath Kudlur2017-03-07
* [Windows/CMake] Enable tf.contrib.factorization.Gravatar Derek Murray2017-03-07
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Move cluster initialization to happen during training using training hooksGravatar A. Unique TensorFlower2017-02-27
* Automated rollback of change 148492669Gravatar Manjunath Kudlur2017-02-25
* Rollback the change to depend on header only protobuf library.Gravatar Manjunath Kudlur2017-02-24
* Add ops for efficient WALS loss computation in factorization_ops.Gravatar A. Unique TensorFlower2017-02-15