commit | 3d69cf1fa72ad6b59c94d9491849f51f394e8c5b | [log] [tgz] |
---|---|---|
author | Bram Wasti <bwasti@fb.com> | Thu Dec 22 14:14:03 2016 -0800 |
committer | Bram Wasti <bwasti@fb.com> | Thu Dec 22 14:14:03 2016 -0800 |
tree | a42f47fe481fe3f819a50900c09231c2fb7fd4c6 | |
parent | 72e957e611f8e90da19f3514600c00fd2422aba7 [diff] |
added cudnn
Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.
Caffe2 is released under the BSD 2-Clause license.
git clone https://github.com/caffe2/caffe2 cd caffe2 && mkdir bin cd bin && cmake .. make