forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Using CNTK with multiple GPUs and or machines
Chris Basoglu edited this page Mar 8, 2016
·
2 revisions
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
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development