text-to-image
text-to-image copied to clipboard
Generating images from text using AttnGAN. (Inference only)
AttnGAN Inference via Pre-trained Model
Running inference
There are three steps involved.
- Create the container (optionally choose the cpu or gpu dockerfile:
docker build -t "attngan" -f dockerfile.cpu . - Run the container:
docker run -it --name attngan -p 8888:8888 attngan bash - Run the jupyter notebook.
Credits
All the code has been borrowed from https://github.com/taoxugit/AttnGAN. This repo just simplifies the evaluation api into a single Jupyter notebook instead of hosting on Azure.