tobran / DF-GAN

[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
Other
297 stars 67 forks source link

how to generate images using only statements? #4

Closed Hassan022020 closed 2 years ago

Hassan022020 commented 3 years ago

I have trained the model as per instructions but now I am stuck... how do I generate images using text only as there are no clear instructions for this in readme

ZhaooweiZhong commented 3 years ago

While, I met the same problem as U.

srinivaspavan9 commented 3 years ago

I have trained the model as per instructions but now I am stuck... how do I generate images using text only as there are no clear instructions for this in readme

Do you know what text encoder has been used for the datasets taken? Is it bi-directional LSTM ?

skabbit commented 3 years ago

Text Encoder is LSTM on trained model. But you can switch it on GRU during training. It is in config.py line 20.

cientgu commented 2 years ago

So, how to test the model using my own caption?