Sign inSign up

orbin/trmpg

By orbin

Updated about 8 years ago

TRMPG: torch-rnn man-page generator

Image
0

225

orbin/trmpg repository overview

TRMPG: torch-rnn man-page generator

Man-page generation, using jcjohnson/torch-rnn.

Docker image is based on crisbal/docker-torch-rnn.

Available tags

  • orbin/trmpg:base
    • Based on crisbal/torch-rnn:base
    • Allows usage of torch-rnn in CPU mode
  • orbin/trmpg:cuda7.5

Usage

CPU Only
  1. Run the container

    docker run -it orbin/trmpg:base

  2. Train

    th train.lua \
    -input_h5 data/manpages.h5 \
    -input_json data/manpages.json \
    -gpu -1
    
  3. Sample, save and view the generated man-page

    Note: the checkpoint numbers are multiples of 1000.

    ./sample_checkpoint.sh <checkpoint number>

GPU
  1. Run the container

    docker run -it orbin/trmpg:cuda7.5

  2. Train

    th train.lua \
    -input_h5 data/manpages.h5 \
    -input_json data/manpages.json
    
  3. Sample, save and view the generated man-page

    Note: the checkpoint numbers are multiples of 1000.

    ./sample_checkpoint.sh <checkpoint number>

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

about 8 years ago

docker pull orbin/trmpg:cuda7.5