Open thesby opened 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.
dir(caffe.layers)
help(caffe.layers)
caffe-master/python/caffe/_caffe.cpp will help a lot.
caffe-master/python/caffe/_caffe.cpp
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)
orhelp(caffe.layers)
. But these docs are important for python users.