Some errors I meet in the training
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
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
Hi, I also encountered the same problem. did you solve it finally?