History log of /external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5a192865e4c1732b414d6a503d07775f7163a5c 14-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Refactors the WALS estimator so that part of the control flow logic happens 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
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
07d78ddeafe41bc0363ac92efd7ca8ea60478989 10-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorization estimator, to prevent a rare but possible race condition.

PiperOrigin-RevId: 171612114
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
dc81a24204fd93f2dcc90e11c28566b9567767f2 06-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Updates to the WALSMatrixFactorization estimator:
- Add a completed_sweeps variable to keep track of sweeps that have been completed during training.
- Add a StopAtSweepHook, which can request a stop after completing a specified number of sweeps.

PiperOrigin-RevId: 158156347
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
6b4392ff3a1be62ccb51144acc9b2f919d2c08db 22-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Minor updates to wals_test to reduce the number of session runs and reduce total test time.

PiperOrigin-RevId: 156775562
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
362e441b6d1dbcdfed02e0251a8f40adfc0a9d66 08-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add an option to remove empty rows and columns from the input matrix, in the input function used in the test for the WALSMatrixFactorization estimator.

PiperOrigin-RevId: 155415303
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
ff2ff28c959c9b1af8d412775abdb7fc86d073fa 10-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a single-machine tf.learn Estimator implementation for the WALS solver.
Change: 152700915
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py
79d5e63091418d20b6ee01b5cc7e598a0606d691 30-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a SessionRunHook to manage synchronization of the row and column sweeps in the WALS solver.
Change: 151652662
/external/tensorflow/tensorflow/contrib/factorization/python/ops/wals_test.py