split drawnet into module code and script
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 19 May 2014 00:14:53 +0000 (17:14 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 20 May 2014 06:55:22 +0000 (23:55 -0700)
commit6b85fd006d87c3af538ce679eaaf0ba6b866765e
tree58429c3ef97d83bbb1ceb16d6755bec0b3bec9d3
parent50d0b6d9c67d9ca6b062ddea6f5ec30189e61518
split drawnet into module code and script

Don't run scripts in the module dir to avoid import collisions between
io and caffe.io.
python/caffe/draw.py [moved from python/caffe/drawnet.py with 87% similarity]
python/draw_net.py [new file with mode: 0755]