sgrvinod / a-PyTorch-Tutorial-to-Image-Captioning

Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning

Repository from Github https://github.comsgrvinod/a-PyTorch-Tutorial-to-Image-CaptioningRepository from Github https://github.comsgrvinod/a-PyTorch-Tutorial-to-Image-Captioning

Example Notebook??

quaid281 opened this issue · comments

Silly question.
I'm not following how to implement this model?
Is there a step by step example notebook anywhere in which I can review?

you can looke for the steps with carefully reading in the readme
1、dowonload the datastes and modify the paths in the create_input_files.py
2、run the create_input_file.py
3、run the train.py
4、load the model to test the image of yourself
there are some wrong in the processing,you can find the anwser in the issues