aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/examples
Commit message (Collapse)AuthorAge
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
| | | | PiperOrigin-RevId: 180301735
* Use the new Estimator.get_variable_value() method to get the kmeans cluster ↵Gravatar A. Unique TensorFlower2017-10-06
| | | | | | centers. PiperOrigin-RevId: 171320755
* KMeans.training_graph() now returns an additional value, currently unused.Gravatar A. Unique TensorFlower2017-09-26
| | | | PiperOrigin-RevId: 170083271
* Move cluster initialization to happen during training using training hooksGravatar A. Unique TensorFlower2017-02-27
| | | | | | | | | 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
* Passing commandline arguments to this script was broken with migration toGravatar A. Unique TensorFlower2017-02-14
| | | | | argparse. Fix a bool flag and also pass only unparsed flags to the test.main. Change: 147508611
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
| | | | Change: 138128703
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
| | | | | to allow argparse + tf.flags to play nicely with each other. Change: 137405161
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
| | | | Change: 135688498
* Make various factorization ops/classes accessible thru ↵Gravatar Wei Ho2016-09-14
| | | | | | tf.contrib.factorization.* Change: 133201975
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ↵Gravatar A. Unique TensorFlower2016-07-11
| | | | | | disable=g-bad-file-header". Change: 127106850
* Remove t/contrib/factorization:kmeans_test from tsan.Gravatar A. Unique TensorFlower2016-07-08
| | | | Change: 126916693
* Add K-Means clustering and WALS matrix factorization to tensorflow.Gravatar A. Unique TensorFlower2016-07-01
Change: 126465430