-
Notifications
You must be signed in to change notification settings - Fork 90
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 do we test the model? #15
Comments
Since we are using the pre-computed text embeddings, this code does not support text as input. Currently you can only use the examples in the given datasets. |
The generated results shown in visdom are only a batch of images. How to match them with corresponding text? Or how to know which text they are conditioned on? |
Sorry, I find the results with the caption in the folder ./results. |
Could you please let me know , how to reproduce the example results. When I ran the predict function , I'm getting noisy output. |
Can you please tell me how do I test it? I need to give an input and see the generated image.
The text was updated successfully, but these errors were encountered: