You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Issue summary
blob.hpp offset dimension check code problem
Line 157 I think should check
CHECK_GE(c, 0)
, while notCHECK_GE(channels(), 0)
; also the last 2 lines, line 159 and line 161, for width and heightSteps to reproduce
Tried solutions
System configuration
Issue checklist
The text was updated successfully, but these errors were encountered: