Man-page generation, using jcjohnson/torch-rnn.
Docker image is based on crisbal/docker-torch-rnn.
orbin/trmpg:base
crisbal/torch-rnn:baseorbin/trmpg:cuda7.5
crisbal/torch-rnn:cuda7.5Run the container
docker run -it orbin/trmpg:base
Train
th train.lua \
-input_h5 data/manpages.h5 \
-input_json data/manpages.json \
-gpu -1
Sample, save and view the generated man-page
Note: the checkpoint numbers are multiples of 1000.
./sample_checkpoint.sh <checkpoint number>
Run the container
docker run -it orbin/trmpg:cuda7.5
Train
th train.lua \
-input_h5 data/manpages.h5 \
-input_json data/manpages.json
Sample, save and view the generated man-page
Note: the checkpoint numbers are multiples of 1000.
./sample_checkpoint.sh <checkpoint number>
Content type
Image
Digest
Size
1.1 GB
Last updated
about 8 years ago
docker pull orbin/trmpg:cuda7.5