Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 845 Bytes

Chapter 13 - Deep Reinforcement Learning for Text and Speech

Requirements

Data

data/processed_train.bin data/vocab-50k data/processed_test.bin

Running the Docker Image

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:

docker run --runtime=nvidia -p 8888:8888 -p 6006:6006 springernlp/chapter_13:latest

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer