Skip to content

Gharibim/Tensorflow_im2txt_5M_Step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Tensorflow_im2txt_5M_Step

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