Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gharibim/tensorflow_im2txt_5m_step
- Owner: Gharibim
- Created: 2018-09-05T14:27:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T15:00:10.000Z (over 6 years ago)
- Last Synced: 2024-10-10T08:42:26.282Z (3 months ago)
- Topics: img2txt, tensorflow, tensorflow-examples, tensorflow-experiments, tensorflow-gpu, tensorflow-im2txt, tensorflow-models, tensorflow-tutorials, training
- Size: 1000 Bytes
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`