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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The image sizes are c(3,224,224) (with dataIterator created with im2rec)
And the current net structure is (I know the convolution layers are too few,but this is my debugging step)
And when I trained the model, I immediately got the error message:
_" D:\chhong\mxnet\dmlc-core\include\dmlc/logging.h:241: [16:33:03] d:\chhong\mxnet\src\operator./convolution-inl.h:337: Check failed: ksize_x <= dshape[3] && ksize_y <= dshape[2] kernel size exceed input
Error: InferShape Error in convolution21: [16:33:03] d:\chhong\mxnet\src\operator./convolution-inl.h:337: Check failed: ksize_x <= dshape[3] && ksize_y <= dshape[2] kernel size exceed input "
_
So what part am I doing wrong?
The text was updated successfully, but these errors were encountered:
By trial and error, it seems that in R the data shape should be c(224,224,3),
need confirmation.
firearasi
changed the title
Convolution kernel size issue.
Convolution kernel size issue.(Turns out to be an issue about different order of dimensions between Python and R)
Mar 3, 2016
The image sizes are c(3,224,224) (with dataIterator created with im2rec)
And the current net structure is (I know the convolution layers are too few,but this is my debugging step)
And when I trained the model, I immediately got the error message:
_" D:\chhong\mxnet\dmlc-core\include\dmlc/logging.h:241: [16:33:03] d:\chhong\mxnet\src\operator./convolution-inl.h:337: Check failed: ksize_x <= dshape[3] && ksize_y <= dshape[2] kernel size exceed input
Error: InferShape Error in convolution21: [16:33:03] d:\chhong\mxnet\src\operator./convolution-inl.h:337: Check failed: ksize_x <= dshape[3] && ksize_y <= dshape[2] kernel size exceed input "
_
So what part am I doing wrong?
The text was updated successfully, but these errors were encountered: