# caffe ## Summary + **Module Name:** caffe + **Support Level:** Secondary Support + **Software Access Level:** Open Access + **Home Page:** [http://caffe.berkeleyvision.org](http://caffe.berkeleyvision.org) ## Software Description From the Caffe website: Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research ( [BAIR](http://bair.berkeley.edu/) ) and by community contributors. [Yangqing Jia](http://daggerfs.com/) created the project during his PhD at UC Berkeley. Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE) . ## General Linux Caffe has been compiled at MSI for GPU calculations, so the latest versions are available on our msigpu partition. The software can be loaded for use in an interactive Linux environment via: module load caffe In order to use Caffe's Python bindings with the 1.0 version, you must additionally run the following command to activate the Python environment: source activate caffe1.0_lite