aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/text_classification_cnn.py
Commit message (Expand)AuthorAge
* Fix warning caused by squeeze_dims (#19227)Gravatar Yong Tang2018-05-14
* Use sparse xent to avoid softmax_v2 warning in examples/learnGravatar Mark Daoust2017-12-06
* Remove sklearn from text_classification_cnn.py.Gravatar Igor Saprykin2017-10-19
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Move the last skflow examples into learn examples. Remove skflow examples fol...Gravatar Illia Polosukhin2016-11-02
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
* Migrating skflow examples to the tensorflow/examples/learn directory. Fixes #...Gravatar A. Unique TensorFlower2016-10-04