python3, custom tensorflow with old gpu support and textgenrnn
280
Last updated: 2019/05/16
This repository creates a docker container with a customized tensorflow version with suport for GPU compute 3.0 and textgenrnn to develop deep learning text analysis.
The customized tensorflow wheel is created using this github repo.
To use this docker you can run from the location of your app:
docker run --ti --runtime=nvidia -v $(pwd):/app stealthizer/tensorflow-textgenrnn-gpu python3 /app/your_app.py
Content type
Image
Digest
Size
896.8 MB
Last updated
over 7 years ago
docker pull stealthizer/tensorflow-textgenrnn-gpu