Open BramVanroy opened 1 year ago
I guess that the issue here lies within the Cbc solver (in its shared library), not Python code.
@rschwarz Thank you for the reply. Does that mean I should report it elsewhere? What would be the right place?
https://github.com/coin-or/Cbc/issues (I believe I'm having a similar issue)
Hello
Thank you for your work. I use
mip
as part of a neural network training pipeline. I used it specifically in an evaluation metric, smatchpp in a multi-node, multi-thread environment. I just found that my training sometimes, non-deterministically, seems to crash but I can't figure out where the problem lies (in my own code or in the smatchpp lib) because the error trace is so obfuscated. This is what I see:I have no idea how to read this (I am used to Python stack traces). I see references to both
mip
(at the top) andtorch
near the end. So who was causing the error, mip or torch? And how can I pinpoint where the issue lies? Is it possible to get or implement more verbose error traces formip
?