CSC2548 / text2image2textGAN

21 stars 9 forks source link

Word embedding issue #1

Closed uqzhichen closed 6 years ago

uqzhichen commented 6 years ago

Hi Junwei, I'm wondering if you are willing to make the word embedding code of the dataset public?

satyakrishnagorti commented 6 years ago

Hi Simon, I am sorry we couldn't document this well. There is a script convert_flowers_to_hd5_script.py that converts the text of flowers data set to skipthought embeddings and a similar script for the birds data set. This script depends on package https://github.com/Cadene/skip-thoughts.torch/tree/master/pytorch. You can get the flower and bird dataset by following https://github.com/reedscot/icml2016

uqzhichen commented 6 years ago

Thank you so much Satya

dany87kuo commented 3 years ago

@uqzhichen Do you solve it? I have the same question right now. Could you help me? Thanks!