To help the reader familiarize themselves with the attention and memory networks, we will apply the concepts of this chapter to the question answering task with the bAbI dataset.
The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.
Run the Docker image on a GPU-enabled host:
docker run --runtime=nvidia -p 8888:8888 --rm springernlp/chapter_9qa:latest
docker build -t chapter_qa:latest .