Davis E. King
Davis E. King
Yes, I mean an epsilon on the parameter values. The behavior would be to disable the TR solver when all parameter changes the TR wants to do are below their...
I think turning them off as a group is fine. That is, letting TR run on them all, even when some of the parameters are below their epsilon, should not...
Oops, I mean surrogate :) Ok, both should be possible. But just to make sure it's not something surprising, can you say how many parameters were being optimized and what...
Na, that all is as expected. Thanks for reporting this. I'll update the solver at some point in the coming weeks when I get some time.
I think this is generally how cmake installs work. If you want to propose a change then submit a PR. Note that it must work on all platforms and not...
Sweet. Someone should add a backend for this :)
Thanks for posting this, these are all good ideas. I'm not going to have time to do them any time soon though, so anyone who wants to submit a PR...
It's possible to write code like that, but that isn't how the dlib code is setup now. If someone wants to make a PR that does this I'm fine with...
Yes, that's the general idea. But there are a lot of little details. How does the application "find out if cudnn exists?" in a way that doesn't lead to user...
Yes, you could do that. It wouldn't be very difficult to do since all the calls are hidden inside the code in dlib::tt which switches to either the CPU or...