caption-eval
caption-eval copied to clipboard
python s2vt_captioner.py -m s2vt_vgg_rgb error
When I run the s2vt_captioner.py I get the following error:
mkldnn_concat_layer.cpp:139] Check failed: dim_src == bottom[i]->shape().size() (4 vs. 3)
I am running on intel caffe version 1.1.0 in cpu only mode.
How can I resolve the same?