An open API service indexing awesome lists of open source software.

https://github.com/pfnet/chainer-mnist-docker

Docker files to run MNIST sample with Chainer
https://github.com/pfnet/chainer-mnist-docker

Last synced: 12 months ago
JSON representation

Docker files to run MNIST sample with Chainer

Awesome Lists containing this project

README

          

# Build Docker image

Build a Docker image:

nvidia-docker build -t chainer-mnist:0.1

# Run

General form: `nvidia-docker run --rm chainer-mnist:0.1 `

Add `sudo` in front if required.

## Run on CPU (and measure time)

time nvidia-docker run --rm chainer-mnist:0.1 -1

## Run on GPU 0 (and measure time)

time nvidia-docker run --rm chainer-mnist:0.1 0