Add level and stages to pycaffe
authorLuke Yeager <luke.yeager@gmail.com>
Wed, 1 Jun 2016 17:02:41 +0000 (10:02 -0700)
committerLuke Yeager <luke.yeager@gmail.com>
Fri, 3 Jun 2016 22:34:49 +0000 (15:34 -0700)
commit19adc7a79e3acacc777076143357cc0569781cd3
tree13806e1af23a52d11dc31663c9385c076dc9cfee
parent66e84d785a72d66511bffe30c0f016af9103deb8
Add level and stages to pycaffe

Uses Boost.Python's pattern matching to differentiate between
constructors
Also adds Python tests for all-in-one nets
python/caffe/_caffe.cpp
python/caffe/test/test_net.py