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
I found out after painful debugging that dlib's find_global_min fails with a segmentation fault when the observed values contain NaN.
What do you think about including a NaN checking procedure to optimization algorithms?
If you like the idea I'll work on it and commit to dlib.
The text was updated successfully, but these errors were encountered:
Red-Portal
changed the title
[request] NaN check for optimization algorithms?
[question] NaN check for optimization algorithms?
Dec 28, 2018
It certainly shouldn't segfault. So yeah, if you want to submit a PR that makes it throw dlib::error or puts a DLIB_CASSERT on this then that would be a good addition.
I found out after painful debugging that dlib's
find_global_min
fails with a segmentation fault when the observed values containNaN
.What do you think about including a
NaN
checking procedure to optimization algorithms?If you like the idea I'll work on it and commit to dlib.
The text was updated successfully, but these errors were encountered: