paarthneekhara / text-to-image

Text to image synthesis using thought vectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate_thought_vectors.py

silverlilin opened this issue · comments

Write the captions in text file, and save it as Data/sample_captions.txt. Generate the skip thought vectors for these captions using:
python generate_thought_vectors.py --caption_file="Data/sample_captions.txt"

When I want to run this code, there is no sample_captions.txt file in the file. I want to know how this is generated. Do you have a generated file to share?
@neilsh @paarthneekhara @gitter-badger @AbhishekNarayanan

Just use any file created by yourself. :)

Thank you. I have solved the problem