Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to create char CNN-RNN text embedding for our dataset please?!!!! #58

Open
Maymaher opened this issue Jun 19, 2019 · 7 comments
Open

Comments

@Maymaher
Copy link

I'm trying to run StackGAN on my dataset but I need to create char cnn-rnn text embedding for my dataset
any help??!

@Ereebay
Copy link

Ereebay commented Jul 10, 2019

Follow the steps of this repo
https://github.com/reedscot/cvpr2016

@saramahersalem
Copy link

@Maymaher
I have the same problem , did you get it ?

@Maymaher
Copy link
Author

Maymaher commented Jul 22, 2019 via email

@Maymaher
Copy link
Author

Maymaher commented Jul 22, 2019 via email

@jszgz
Copy link

jszgz commented Aug 12, 2019

Does anyone know what does the second dimension in embeddings represent? Why do we pick a randint embedding_ix in the second dimension?
embedding_ix = random.randint(0, embeddings.shape[0] - 1) embedding = embeddings[embedding_ix, :] if self.target_transform is not None: embedding = self.target_transform(embedding) return imgs, wrong_imgs, embedding, key

@weili-git
Copy link

i faced problem in this also, the birds and flowers dataset are in a torch format and I can't convert my data same as this format ‫في الأربعاء، 10 يوليو 2019 في 6:19 م تمت كتابة ما يلي بواسطة ‪Xinkang Jia‬‏ <‪notifications@github.com‬‏>:‬

Follow the steps of this repo https://github.com/reedscot/cvpr2016 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#58?email_source=notifications&email_token=AIIVP4GJLXLR5225BBXOXY3P6YD2FA5CNFSM4HZFAZMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZT7WUY#issuecomment-510131027>, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIVP4D6RNXHCGVK4NI5GFTP6YD2FANCNFSM4HZFAZMA .

have you fixed the problem about converting images and captions into t7 format just like in cvpr2016_flowers?

@rishi-wqd190004
Copy link

Is there any update on this to create char-CNN-RNN model for your own dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants