Expose layers and remove now-redundant params in Python interface
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 11 Mar 2014 04:46:36 +0000 (21:46 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 15 Mar 2014 09:24:37 +0000 (02:24 -0700)
commit91cd44b899f7b7f5156af78891b8300d8e39d0d1
tree75640f04fc6584fc248d8beb96409bc41b584927
parent2f12de35c9e587999570bc241ca00dc38efb021a
Expose layers and remove now-redundant params in Python interface

For now, only layer names and blobs are accessible, but more
functionality (layer Forward and Backward) could be added later.
python/caffe/_caffe.cpp