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.
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.