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
- Host: GitHub
- URL: https://github.com/pfnet/chainer-mnist-docker
- Owner: pfnet
- Created: 2016-04-06T05:10:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T05:10:48.000Z (over 10 years ago)
- Last Synced: 2025-05-06T05:43:26.172Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 5
- Watchers: 106
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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