Skip to content

Instantly share code, notes, and snippets.

View toluwajosh's full-sized avatar

Joshua Owoyemi toluwajosh

View GitHub Profile
@toluwajosh
toluwajosh / cuda-ubuntu.md
Created May 16, 2018 07:21 — forked from vbalnt/cuda-ubuntu.md
Installation of CUDA & Tensorflow in Ubuntu 14.04 or 16.04
@toluwajosh
toluwajosh / install.sh
Created June 29, 2016 11:53 — forked from Reddine/install.sh
Install Theano on Ubuntu 14.04
sudo apt-get install build-essential
sudo apt-get update
# BLAS → LAPACK → ATLAS → numpy → scipy → Theano
# remove numpy and scipy
sudo apt-get remove python-numpy
sudo apt-get remove python-scipy
# Instalation commands
sudo apt-get install gfortran
sudo apt-get install libopenblas-dev
sudo apt-get install liblapack-dev