You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: