Davis E. King

Results 274 comments of Davis E. King

Oh yeah, I didn’t mean cuda would become required. The options would be cpu or cpu and gpu. No gpu only option.

Yeah, that's definitely something worth adding to dlib. You should submit a PR for it :)

Sweet. You can add a new file in the same folder as the other global optimization code. I don't know if there are any tools in dlib that are especially...

Please don't add a dependency on boost. But if you want to add such a sequence generator to dlib, but without adding a boost dependency, that would be cool.

Do you use a different random sequence each time the random search happens? If it's the same sequence it will definitely be worse (a lot worse) than the current code.

Ha, ok, thanks for the heads up :) Are there known cases where this results in incorrect runtime behavior?

Yeah, it doesn't do anything with EXIF data. It would be cool if the loader used it. Someone should submit a pull request that adds that feature :)

Yes, I think this is a good idea. To make sure I understand, upgrading the interface to allow a per parameter epsilon would do the trick right? Right now there...