paarthneekhara / text-to-image

Text to image synthesis using thought vectors
MIT License
2.16k stars 394 forks source link

generate_thought_vectors.py #60

Open silverlilin opened 5 years ago

silverlilin commented 5 years ago

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

ChelyYi commented 4 years ago

Just use any file created by yourself. :)

silverlilin commented 4 years ago

Thank you. I have solved the problem