You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add embeddings_ layer and supporting utility functions (#3021)
* Fix Stride Indexing Bugs in `reorg` and `reorg_gradient` Functions (CPU & CUDA) and Add `add_to` Parameter
* 'add_to' parameter missing in cuda call reorg_gradient.launch_kernel()
* Cleanup: remove using namespace std; (#3016)
* remove using namespace std from headers
* more std::
* more std::
* more std:: on windows stuff
* remove uses of using namespace std::chrono
* do not use C++17 features
* Add Davis suggestion
* revert some more stuff
* revert removing include
* more std::chrono stuff
* fix build error
* Adjust comment formatting to be like other dlib comments
* Add positional encodings layer to Dlib
* Implement embeddings_ layer and add supporting utility functions to tensor_tools.h
* Updates
* Updates
* Updates
* Updates
* Update
* Update dlib/cuda/tensor_tools.h
---------
Co-authored-by: Adrià <[email protected]>
Co-authored-by: Davis King <[email protected]>
Co-authored-by: Davis E. King <[email protected]>
0 commit comments