BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.14k stars 18.68k forks source link

Documentation request for pycaffe #4731

Open thesby opened 8 years ago

thesby commented 8 years ago

I am very happy that caffe support that layers can be build in python, but there is no doc for python. For example, no meaningful information will be given in dir(caffe.layers) or help(caffe.layers). But these docs are important for python users.

HolmesShuan commented 8 years ago

caffe-master/python/caffe/_caffe.cpp will help a lot.