error: 477 solver.cpp:464] Check failed: result[j]->width() == 5 (1 vs. 5)
Description of the problem: The basic network structure is VGG16, and the last three layers of classified regression layer are removed, and the problem occurs when the test is tested. How to solve the problem??? thanks.
The problem has been solved.
我也遇到这个问题了,是删除最后一层出现的问题,想问问你怎么解决的,望回答,万分感谢@zj463261929
I meet the same problem when I add new convolutional layers. How to solve the problem? Thanks~ @zj463261929 @zp678 @weiliu89
I met the same problem. I tried to add a new data layer to use both RGB images and HHA images, and I added a subnet to handle the HHA data then concat the features of two kinds of data. Then I met this problem: Check failed: result[j]->width() == 5 (8 vs. 5). Cloud anybody tell me how to solve this problem? Thanks!
@zj463261929 May i know the reason for the issue? Thanks