Click to Download from Dropbox
Original Repo: Tensorflow_im2txt
This model has been trained 5000000 steps using Tensorflow 1.9
If you get any error related to:
Key lstm/basic_lstm_cell/bias not found in checkpoint
Make sure you have Tensorflow 1.9 or later (I have not tried it on earlier versions)
If you get any error related to the word_counts then make sure they look like:
a 969108
</S> 586368
<S> 586368
not:
b'a' 969108
b'</S>' 586368
b'<S>' 586368