diff.ndim != 4 is outdated
authorRodrigo Benenson <rodrigo.benenson@gmail.com>
Thu, 22 Oct 2015 16:18:08 +0000 (18:18 +0200)
committerRodrigo Benenson <rodrigo.benenson@gmail.com>
Thu, 22 Oct 2015 16:18:08 +0000 (18:18 +0200)
commit09b8738d73ebc37dda09e8c6dd05e35609999c77
treef3f02773f2e7e399868066d85c38313aefa918d4
parent20c474fe40fe43dee68545dc80809f30ccdbf99b
diff.ndim != 4 is outdated

this code seems not to apply to the caffe head.
```
if diff.ndim != 4:
                raise Exception('{} diff is not 4-d'.format(top))
```
python/caffe/pycaffe.py