aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/text_classification.py
Commit message (Expand)AuthorAge
* Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
* Use sparse xent to avoid softmax_v2 warning in examples/learnGravatar Mark Daoust2017-12-06
* Migrate text_classification.py from .contrib utils to .core.Gravatar Igor Saprykin2017-10-18
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Updates text_classification example.Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Update caller to move from tf.nn.rnn to (the identical) tf.contrib.rnn.static...Gravatar Jianwei Xie2016-12-13
* Change tf.nn.rnn_cell to tf.contrib.rnn for all cells.Gravatar Jianwei Xie2016-12-05
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstackGravatar A. Unique TensorFlower2016-11-08
* 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