VNet icon indicating copy to clipboard operation
VNet copied to clipboard

Some errors I meet in the training

Open 1348205 opened this issue 7 years ago • 2 comments

Check failed: 2 == this->num_spatial_axes_ (2 vs. 3) CuDNNConvolution input must have 2 spatial axes (e.g., height and width). Use 'engine: CAFFE' for general ND convolution. *** Check failure stack trace: ***

Hi, I check several possibilities for the error, and also try use only cpu, but the error is still exist. Can you some suggestions for this error, Thank you very much

1348205 avatar Sep 06 '18 06:09 1348205

cudnn_conv_layer.cpp:94] Check failed: 2 == this->num_spatial_axes_ (2 vs. 3) CuDNNConvolution input must have 2 spatial axes (e.g., height and width). Use 'engine: CAFFE' for general ND convolution. *** Check failure stack trace: ***

This is the whole error statement

1348205 avatar Sep 06 '18 06:09 1348205

Hi, I also encountered the same problem. did you solve it finally?

HainKUL avatar Feb 18 '19 15:02 HainKUL