Davis E. King
Davis E. King
No problem :)
I'm not sure. I had my second child right around the time this PR was made, and got severely sidetracked by that and a bunch of work stuff. I never...
Yeah, I guess at least it's useful as an educational resource. I'll go over this again this weekend and see about merging it :)
Can you give me write access to this PR? See for instructions https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork I just rebased this branch on master, fixed some conflicts, and tried to push to the PR...
Huh. I just tried again and still the same error. ``` remote: Resolving deltas: 100% (108/108), completed with 11 local objects. To https://github.com/adrianjav/dlib.git ! [remote rejected] adrianjav-qlearning+sarsa -> adrianjav-qlearning+sarsa (permission...
I'll go over this PR again and probably fix whatever needs fixing (if anything) and merge it. It's a big PR though so it needs a chunk of time where...
Thanks for reporting this. Do you want to make pull request with the change? :)
There is no way to switch at runtime. However you build it is the mode in which it will run. To assign things to different GPUs you use the normal...
Sure, such an option would be cool. So a PR that set that up would be great. It would probably best be accomplished via an API similar to cudaSetDevice(). That...
I don't think it's a big deal to support this. The change is basically just to replace a bunch of: ``` #ifdef DLIB_USE_CUDA do_this(); #else do_that(); #endif ``` statements with...