caffe
caffe copied to clipboard
blob.hpp dimension check code problem
Issue summary
blob.hpp offset dimension check code problem
Line 157 I think should check
CHECK_GE(c, 0)
, while not CHECK_GE(channels(), 0)
; also the last 2 lines, line 159 and line 161, for width and height
Steps to reproduce
Tried solutions
System configuration
- Operating system:
- Compiler:
- CUDA version (if applicable):
- CUDNN version (if applicable):
- BLAS:
- Python version (if using pycaffe):
- MATLAB version (if using matcaffe):
Issue checklist
- [ ] read the guidelines and removed the first paragraph
- [ ] written a short summary and detailed steps to reproduce
- [ ] explained how solutions to related problems failed (tick if found none)
- [ ] filled system configuration
- [ ] attached relevant logs/config files (tick if not applicable)