History log of /external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3110185270e93e0b6a3e82be9199febed1239602 06-Oct-2017 A. Unique TensorFlower <gardener@tensorflow.org> Use the new Estimator.get_variable_value() method to get the kmeans cluster centers.

PiperOrigin-RevId: 171320755
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
26928c6fdad09be5cf88489258d374d4c01e4297 26-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> KMeans.training_graph() now returns an additional value, currently unused.

PiperOrigin-RevId: 170083271
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
57151fe77addf768e0cf6555f0570c52a6356e89 27-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Move cluster initialization to happen during training using training hooks
instead of depending on variable initialization logic. This avoids deadlocks that can
happen if QueueRunners are used to generate data. Deadlocks would happen since
initialization would wait for QueueRunner to generate data, but QueueRunners
were not started till variable initialization was complete.
Also some refactoring of the code to move Hooks and model function out of the Estimator class.
Change: 148678573
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
67963e70f992ce2b46986b63483a676d68e0266f 14-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Passing commandline arguments to this script was broken with migration to
argparse. Fix a bool flag and also pass only unparsed flags to the test.main.
Change: 147508611
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
cbd3cacfb73bbea912b9d01c2540187684f751a7 03-Nov-2016 Illia Polosukhin <ipolosukhin@google.com> Replace usages initialize_all_variables -> global_variables_initializer
Change: 138128703
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
6812d46b957e32eba37c67384cc2136908d7a1ff 27-Oct-2016 Vijay Vasudevan <vrv@google.com> Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()
to allow argparse + tf.flags to play nicely with each other.
Change: 137405161
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
8018346e12f9fef76cdc7accc248de17514f6d38 10-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Replace tf.flags usage with argparse everywhere
Change: 135688498
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
be8b683764357cb694edab519fc5d8d4168db51f 15-Sep-2016 Wei Ho <weiho@google.com> Make various factorization ops/classes accessible thru tf.contrib.factorization.*
Change: 133201975
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
0aceaaea433963c5b25c6086f19b9293c29ec536 11-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: disable=g-bad-file-header".
Change: 127106850
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py
23fdab705d7caed3ff3d955b39c3cfc3f5e40678 02-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Add K-Means clustering and WALS matrix factorization to tensorflow.
Change: 126465430
/external/tensorflow/tensorflow/contrib/factorization/examples/mnist.py