aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/text_classification_character_rnn.py
Commit message (Expand)AuthorAge
* Use sparse xent to avoid softmax_v2 warning in examples/learnGravatar Mark Daoust2017-12-06
* Move text_classification_character_rnn from .contrib utils to .core utils.Gravatar Igor Saprykin2017-10-19
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* fix a typo.Gravatar A. Unique TensorFlower2016-12-28
* 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