dlib
dlib copied to clipboard
A toolkit for making real world machine learning and data analysis applications in C++
### Main idea An alternative to the CUDA-backend, for support for intel GPUs primarily but all GPUs (oneDNN has partial support for NVIDIA and AMD cards already if you compile...
### What Operating System(s) are you seeing this problem on? Windows ### dlib version 20.0 ### Python version none ### Compiler GCC 15.1 ### Expected Behavior successfully copmile and build...
### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### dlib version 19.24.9 / 20.0.0 ### Python version 3.10 / 3.12 ### Compiler GCC 11 / 14...
### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### dlib version 19.24 ### Python version 3.12 ### Compiler gcc 12 ### Expected Behavior Operating System: Ubuntu...
This PR adds support for selecting either the CPU or CUDA implementation of the dnn module at runtime. As discussed in https://github.com/davisking/dlib/issues/1852, the `#ifdef DLIB_USE_CUDA` directives in `tensor_tools.cpp` just need...
# Official transformer architecture support for Dlib This pull request represents the consolidation and stabilization of transformer-related layers and components developed throughout 2024~2025. This substantial commit introduces official support for...
### Main idea Can we use CMake module `FindBLAS` instead of `find_blas.cmake`. Prior blocker was support for `cmake
### What Operating System(s) are you seeing this problem on? Windows ### dlib version 19.24 ### Python version 3.8 ### Compiler GCC 9 ### Expected Behavior I am trying to...