Skip to content

Instantly share code, notes, and snippets.

View FrancoisPl's full-sized avatar

François FrancoisPl

View GitHub Profile
@FrancoisPl
FrancoisPl / caffe_install.md
Last active December 23, 2022 14:28
Installing caffe on ubuntu 16.04 with Anaconda

Caffe Installation

Credit

Thank you to Changjiang as most of the code here comes from this tutorial and I have only added a few lines in order to get caffe working.

Caffe and Anaconda

Install Anaconda (for Python 2.7) Then clone the caffe repository somewhere:

git clone git@github.com:BVLC/caffe.git
@FrancoisPl
FrancoisPl / kubuntu.sh
Created October 28, 2016 09:59
Config Kubuntu
mv ~/.config/mimeapps.list ~/.config/mimeapps_backup.list
ln -s ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list