-
Notifications
You must be signed in to change notification settings - Fork 145
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 preprocess char-CNN-RNN? #12
Comments
maybe you can refer this code(https://github.com/taoxugit/AttnGAN). It is trained from scratch, including the text encoder and image encoder |
@hanzhanggit @leeeeeeo @smallflyingpig |
@leeeeeeo @smallflyingpig @Liuhongzhi2018 |
@saramahersalem did you figure out how to do the charCNNRNN text embeddings? |
@hanzhanggit Hello!
Thank you for your contributions on this code.
I'm trying to train this on my own dataset.
I followed reedscot/icml2016, and trained a char-CNN-RNN text encoder.
But it's a .t7 file, not .pickle as your preprocessed char-CNN-RNN text embeddings.
So I'm wondering how to preprocess the char-CNN-RNN text embeddings to a .pickle file?
Thanks again for your contributions.
I'm looking forward to your reply!
The text was updated successfully, but these errors were encountered: