-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed: 55 56 #14
Comments
there was a bug in max pooling, have just fixed it, can you check if it works? |
@szagoruyko give me a sec |
@szagoruyko Still comes up. |
idk, can you run test.sh ? also you could build it with |
It's failing on loadNetwork. Seems to be that the system is finding a mismatch in tensor sizes when loading your Siam_yosemite.bin and siam2stream_yosemite.bin files |
you mean test it failing? |
I'm using the C++ API directly. Here's the snippet of code: |
can you run my tests just to check that the files are consistent? |
Getting an assertion failed error within the cutorch library when loading your siam_desc_yosemite.bin and siam_2_stream_desc_yosemite.bin networks, followed by a segfault. Any thoughts?
Here's the error:
55: assertion failed 56: assertion failed [1] 20092 segmentation fault (core dumped) -i ./outputDeepSiam/sfm_data.json -o outputDeepSiam -m -f 1
The text was updated successfully, but these errors were encountered: