Skip to content

bionick87/CNN_Multi-GPUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolution neural network with Torch-7 on multiple GPUs

This is an example of how to use Torch-7 in a cluster with multiple NVIDIA GPUs to create a Convolutional neural netework.

I used fbcunn from Facebook AI Research,for installation detail you can refer at this link:

https://github.com/facebook/fbcunn/blob/master/INSTALL.md

Before using this code should be changed [config.lua] to set the paths.

The code is tested with CIFAR-10 dataset, it Consists of 60000 32x32 color images in 10 classes, with 6000 images per class [http://www.cs.toronto.edu/~kriz/cifar.html].

About

Torch-7 on multiple GPUs over CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages