• Stars
    star
    172
  • Rank 219,912 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Text classification using LSTM

RNN_Text_Classify

This code belongs to the "implement a RNN for text classification in Tensorflow" POST

Requirements

Python 2.7

Tensorflow : 0.11(tensorflow with version 1.0 is not supported here, you can transform the code into tensorflow1.0 using the scripts provided by tensorflow offical website,or you can find some solutions in #issue3)

Training

train_rnn_classify.py

note

this code save the model checkpoints and save the summary at given epoch, these actions will slow down the training speed,so if you want to do a quick job, just remove these codes if you need