dlib
dlib copied to clipboard
A toolkit for making real world machine learning and data analysis applications in C++
This pull request introduces a new layer, `multm_prev_`, and enhances the `gemm()` function to support PLANE_WISE operations. These changes aim to improve the flexibility and performance of matrix multiplications in...
### What Operating System(s) are you seeing this problem on? Windows ### dlib version i don't know ### Python version 3.8.0 ### Compiler i don't know ### Expected Behavior problem...
This pull request introduces a new layer, positional_encodings_, to the Dlib library. The positional_encodings_ layer adds "positional encodings" to the input tensor, which is particularly useful for models processing sequential...
### What Operating System(s) are you seeing this problem on? Other (plase, specify in the Steps to Reproduce) ### dlib version 19.24 ### Python version 3.10.12 ### Compiler gcc11.4 ###...
Hi @davisking and the team, First of all, I would like to thank you for your work on this library. It has been incredibly helpful for my projects. However, there's...
This PR migrates the current implementation from [find_package(CUDA)](https://cmake.org/cmake/help/latest/module/FindCUDA.html) to [find_package(CUDAToolkit)](https://cmake.org/cmake/help/latest/module/FindCUDAToolkit.html) . It removes the old path, most notably the test compilation with CUDA. Here, I am not sure if it...
### What Operating System(s) are you seeing this problem on? Windows ### dlib version not installed ### Python version 3.11 ### Compiler vsc ### Expected Behavior I want to install...
### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### dlib version 19.24.99 ### Python version 3.10 ### Compiler GCC 9.4.0 ### Expected Behavior I want to...
### What Operating System(s) are you seeing this problem on? Linux (x86-64) ### dlib version 20.0.0 ### Python version 3.10 ### Compiler 11.4.0 ### Expected Behavior _No response_ ### Current...
This PR introduces a new example demonstrating: 1. Rotary Positional Embeddings (RoPE) implementation 2. Experimental Mixture-of-Experts (MoE) layer showing how to: - Extend Dlib's capabilities without modifying core library -...