Skip to content
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

Open
mdaiter opened this issue Aug 14, 2016 · 8 comments
Open

Assertion failed: 55 56 #14

mdaiter opened this issue Aug 14, 2016 · 8 comments

Comments

@mdaiter
Copy link

mdaiter commented Aug 14, 2016

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

@szagoruyko
Copy link
Owner

there was a bug in max pooling, have just fixed it, can you check if it works?

@mdaiter
Copy link
Author

mdaiter commented Aug 15, 2016

@szagoruyko give me a sec

@mdaiter
Copy link
Author

mdaiter commented Aug 16, 2016

@szagoruyko Still comes up.
Loading network 55: assertion failed 56: assertion failed $ Invalid argument 2: sizes do not match at /home/nomoko/torch/extra/cutorch/lib/THC/generic/THCTensorCopy.c:64

@szagoruyko
Copy link
Owner

idk, can you run test.sh ? also you could build it with cmake -DCMAKE_BUILD_TYPE=Debug and run gdb to check where it fails exactly.

@mdaiter
Copy link
Author

mdaiter commented Aug 16, 2016

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

@szagoruyko
Copy link
Owner

you mean test it failing?

@mdaiter
Copy link
Author

mdaiter commented Aug 16, 2016

@szagoruyko
Copy link
Owner

can you run my tests just to check that the files are consistent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants