-
Notifications
You must be signed in to change notification settings - Fork 97
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 give input to the model, and where are the processed images stored? #7
Comments
hello @MeteoRex11 did you solve this problem ? I am facing the same problem, please help me |
You would need to store text in torch file format, with text embeddings already in them. This is a very tedious process, hence I did not make a script for it |
I got it working after few cpu specific modifications for my laptop, using below: Referred from: An IPYNB After importing your condition augmentor, text encoder and gan generator...
And then...
|
I have trained the model, but now I need to test it.
I took the demo.py as inspiration for the new demo, and am trying to give my custom caption as input. However I do not know how to do so.
How do I change the above code for making my trained model work?
The text was updated successfully, but these errors were encountered: