Add a pass-through Python wrapper of _caffe.CaffeNet
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 11 Mar 2014 03:06:18 +0000 (20:06 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Thu, 13 Mar 2014 18:15:57 +0000 (11:15 -0700)
commit6ceacd2bb1e017ca4e75a5c1f4fc6835cc6ec6e0
treedb61ca46c8da1cb3675eede072adc07546df30d6
parentd8035354455973425312e267da95a7274cc0b403
Add a pass-through Python wrapper of _caffe.CaffeNet

This commit restores caffe.pycaffe as Python code that wraps
caffe._caffe. It also renames caffe.CaffeNet as the less-redundant
caffe.Net.
python/caffe/__init__.py
python/caffe/pycaffe.py [new file with mode: 0644]