forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 1
Using CNTK with multiple GPUs and or machines
Chris Basoglu edited this page Mar 8, 2016
·
1 revision
Using CNTK with multiple GPUs or machines is easy -- just an MPI command. With CNTK, there is no difference in the command line between running with multiple GPUs on a single machine or with multiple GPUs across multiple machines. To see how to use this, look for multigpu in the CNTK/Examples/Other/Simple2d example.
Getting started
- Home
- Setup CNTK on your machine
- Tutorial
- Tutorial II
- CNTK usage overview
- Examples
- Presentations
- Multiple GPUs and machines
Configuring CNTK
- Config file overview
- Simple Network Builder
-
BrainScript Network Builder
- also see Describing Networks below
- SGD block
- Reader block
- Train, Test, Eval
- Top-level configurations
Describing Networks with BrainScript
Data readers
- Text Format Reader
- HTKMLF Reader
- LM sequence reader
- LU sequence reader
- Image reader
- Deserializers and Transforms
Evaluating CNTK Models
- Overview
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
Advanced topics
Licenses