Skip to content

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.

Clone this wiki locally