Skip to content

thumbe12856/GPU-development-environment-setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU development environment setting

This is for Ubuntu16.04 with cuda8.0. Using python library, Theano, Lasagne, and libgpuarray to implement deep learning with Nvidia GPU. Note that, all tool's version are important!

Dependencies

Because Theano now only supports to cuDNN with version 5.1. And the newest Theano version needs pygpu with version 0.7.0 or newer, for now, can not install gpuarray from github. Please make sure the version of Theano is compatible with the one of Lasagne!

Install

First, install cuda and cuDNN. Secondly, install Theano, Lasagne and gpuarray.

Run

Finally, testing with Deep Learning projects.