Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.94 KB

File metadata and controls

32 lines (27 loc) · 1.94 KB

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.