Skip to content
/ decaf Public

This is my original repository of the decaf code. Decaf is a precursor of Caffe written in Python for deep image classification. It is deprecated, and you should check out my new library, Caffe, at http://caffe.berkeleyvision.org/.

Notifications You must be signed in to change notification settings

Yangqing/decaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decaf: a deep convolutional neural networks framework

Decaf is a framework that implements convolutional neural networks, with the goal of being efficient and flexible. It allows one to easily construct a network in the form of an arbitrary Directed Acyclic Graph (DAG), and to perform end-to-end training in a distributed fashion.

To build decaf, do python setup.py build.

About

This is my original repository of the decaf code. Decaf is a precursor of Caffe written in Python for deep image classification. It is deprecated, and you should check out my new library, Caffe, at http://caffe.berkeleyvision.org/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages