Skip to content

Dockerfile & script to build & run char-rnn neural network

Notifications You must be signed in to change notification settings

Bango1999/char-rnn-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

char-rnn Dockerfile

| Dockerfile & script to build & run char-rnn neural network

usage

  • build from Dockerfile
docker build -t myname/char-rnn /path/to/this/repo
  • run in detached mode
docker run -di --rm --name char-rnn myname/char-rnn
  • view training process output
docker exec -it char_rnn tail -f /rnn.log
  • sample from char-rnn checkpoint file
docker exec -it char-rnn bin/sh /sample.sh
  • access VM terminal
docker exec -it char-rnn bin/bash
  • kill the container
docker kill char-rnn

Bango1999/char-rnn forked from karpathy/char-rnn

About

Dockerfile & script to build & run char-rnn neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages