Open Bshowg opened 5 years ago
@Bshowg May be there exist some layers that don't exist in caffe mobile-lib
@tonghe90 yes I figured it out.
The problem is with the Python layers that can't be used on caffe-mobile-lib, so I was looking into traslating them into C++ layers but it is no easy task.
I am trying to run this net for mobile using caffe-mobile-lib.
I have added all your new layers to the lib and built it, but when it tries to read
test_iou.pt
it fails with the error:But it works with
test_lstm
.Any idea why or if there is something else I have to do?