removing all references to Blob.num property (that assumes Blob is 4D). Replacing...
authorshai <shai@magisto.com>
Tue, 23 Feb 2016 08:42:54 +0000 (10:42 +0200)
committershai <shai@magisto.com>
Tue, 23 Feb 2016 08:42:54 +0000 (10:42 +0200)
commit29bb23fc92c5b71c0bf8af0b9e580015da9aedda
tree05f8906d7efb00154a8ec1d21644a83302cba7cd
parent4541f8900588a335f2d9387a5b03460deba68678
removing all references to Blob.num property (that assumes Blob is 4D). Replacing it with accessing Blob.shape[0] - for Blobs with num_axes() != 4
python/caffe/pycaffe.py