Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gharibim/tensorflow_im2txt_5m_step


https://github.com/gharibim/tensorflow_im2txt_5m_step

img2txt tensorflow tensorflow-examples tensorflow-experiments tensorflow-gpu tensorflow-im2txt tensorflow-models tensorflow-tutorials training

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tensorflow_im2txt_5M_Step

[Click to Download from Dropbox](https://www.dropbox.com/s/87dm6ly33845p72/im2txt_5M.zip?dl=0)

Original Repo: [Tensorflow_im2txt](https://github.com/tensorflow/models/tree/master/research/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`
` 586368`
` 586368`
not:
`b'a' 969108`
`b'' 586368`
`b'' 586368`