Davis E. King
Davis E. King
Where was it? Oh you noted in your other comment. Really we should make the install process record the location of the copy it found rather than expecting the user...
@Mouradost I just pushed a change to github that should make this work without needing to assume anything about `CUDA_PATH`. So try the latest dlib on github.
It's on my todo list. It's a low priority for me though.
It's still on my todo list. However, it's not very hard to do, so anyone else could submit a PR ;)
I'm not going to work on this any time soon.
Thanks for thinking about this. I wouldn't merge a PR that did this though. There are a bunch of reasons, but the biggest is because it adds complication to the...
Nothing new on this front. Honestly, for complex or recursive compute graphs I think you should just use pytorch. For the things you can do with dlib's DNN tooling I...
Yeah, that would be cool. Someone should submit a PR :)
Because dlib needs to compile itself relative to what hardware is available on you machine. E.g. CUDA, AVX, SSE, NEON, or some BLAS that is available. Those old binaries used...
You should never have to specify this stuff. The python cmake build checks for what is available and enables everything by default. If you don't see the other things being...