py-R-FCN icon indicating copy to clipboard operation
py-R-FCN copied to clipboard

Testing in my model failed.

Open ashichao opened this issue 7 years ago • 1 comments

When i test my model, Check failed: top_shape[j] == bottom[i]->shape(j) (38 vs. 37) All inputs must have the same shape, except at concat_axis. *** Check failure stack trace: *** How deal with the question? Thanks

ashichao avatar May 26 '17 10:05 ashichao

  1. check your train and test's prototxt, check whether all the numbers are match.
  2. check solver file if it points to the file you want.

newwhitecheng avatar Jul 10 '17 22:07 newwhitecheng