-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Home
Michał Dobrzański edited this page Sep 25, 2016
·
5 revisions
- Changed functions and methods in network files in order to work with Python 3.5.2
- Implemented Early Stopping functionality for the network2.py
The tutorial: http://deeplearning.net/software/theano/install_ubuntu.html#install-ubuntu
-
install theano:
sudo python3.5 -m pip install Theano
-
download and install the latest cuda: https://developer.nvidia.com/cuda-downloads
I had some issues with that, so I followed this idea (better option is to download the 1,1GB package as .run file):
You may also want to grab the proper NVidia driver, choose it form there:
System Settings > Software & Updates > Additional Drivers.
-
This should work, run it with: THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python3.5 test.py http://deeplearning.net/software/theano/tutorial/using_gpu.html
-
Optionally, you can add cuDNN support from: https://developer.nvidia.com/cudnn