"examples/vscode:/vscode.git/clone" did not exist on "b35f15b7f176277255608236400dc0a58f5b2480"
- 14 Aug, 2021 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 06 Aug, 2021 1 commit
-
-
Adrià Arrufat authored
* add progress information (current/total and percent) * print a new line instead of overwritting with spaces * check if target_val is an integer with std::trunc
-
- 05 Aug, 2021 8 commits
-
-
Adrià Arrufat authored
* add function to compute string dimensions in pixels * use custom struct as a return value, remove first and last params * Update dlib/image_transforms/draw_abstract.h Co-authored-by:Davis E. King <davis@dlib.net>
-
Adrià Arrufat authored
-
Adrià Arrufat authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Adrià Arrufat authored
-
Adrià Arrufat authored
-
- 04 Aug, 2021 1 commit
-
-
Adrià Arrufat authored
-
- 30 Jul, 2021 1 commit
-
-
Adrià Arrufat authored
-
- 27 Jul, 2021 1 commit
-
-
Adrià Arrufat authored
-
- 22 Jul, 2021 1 commit
-
-
Adrià Arrufat authored
-
- 16 Jul, 2021 1 commit
-
-
Davis King authored
-
- 30 Jun, 2021 1 commit
-
-
frostbane authored
* Fix cannot compile iso only code (#579) also fixing (#1742) * Remove GUI dependency from fonts (#2273)
-
- 12 May, 2021 2 commits
-
-
Adrià Arrufat authored
* Fix disable_duplicative_biases when the input is a skip layer * fix template parameters
-
Adrià Arrufat authored
* try to make sure travis uses C++17 * fix unbound variable * Update dlib/travis/build-and-test.sh Co-authored-by:Davis E. King <davis@dlib.net>
-
- 11 May, 2021 2 commits
-
-
Adrià Arrufat authored
* Fix serialize variant with C++17 * fix order of parameters
-
pfeatherstone authored
* added support for std::optional if using C++ * oops, bug fix + check if item already holds a type * oops, another bug fix * remove warnings about unused parameters Co-authored-by:pf <pf@me>
-
- 10 May, 2021 1 commit
-
-
pfeatherstone authored
* [SERIALIZATION] addes support for std::variant * [SERIALIZATION] bug fix + added tests * support immutable types * put an immutable type in std::variant Co-authored-by:pf <pf@me>
-
- 01 May, 2021 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
Do this by just making all layers have a .input_layer() method, which in that context can be implemented in a simple manner.
-
- 28 Apr, 2021 1 commit
-
-
Davis King authored
Also fix this error from cmake 3.5.1: ``` CMake Error at CMakeLists.txt:62 (if): if given arguments: "CMAKE_COMPILER_IS_GNUCXX" "AND" "CMAKE_CXX_COMPILER_VERSION" "VERSION_LESS_EQUAL" "4.8.5" Unknown arguments specified ```
-
- 27 Apr, 2021 1 commit
-
-
Adrià Arrufat authored
* do not attempt to build with gcc 4.8.5 or older * add comment
-
- 24 Apr, 2021 2 commits
-
-
Davis King authored
-
pfeatherstone authored
-
- 22 Apr, 2021 1 commit
-
-
pfeatherstone authored
* [TYPE_SAFE_UNION] use std::aligned_union instead of stack_based_memory_block. std::aligned_union was specifically designed to do this kind of stuff and we are better off trusting the standard library deciding what the correct storage type should be and what the appropriate alignment should be * [TYPE_SAFE_UNION] as per Davis' suggestion, std::aligned_union can take Len parameter 0. Also, the content's of validate_type() has been bugging me for ages, so i created is_any which is based on std::is_same. I've also replaced is_same_type with std::is_same Co-authored-by:Peter Featherstone <peter@grampus-server.com>
-
- 14 Apr, 2021 3 commits
-
-
chokomancarr authored
-
Davis King authored
-
Adrià Arrufat authored
* Make ELU an inplace layer * Fix CUDA implementation of clipped_relu and update tests
-
- 13 Apr, 2021 1 commit
-
-
Adrià Arrufat authored
-
- 12 Apr, 2021 1 commit
-
-
Adrià Arrufat authored
* wip: add apis for clipped_relu and elu, and layer implementation for clipped_relu * add tensor_tools documentation * add cpu implementations for new activations * add elu layer * use upperbound and lowerbound for clipped_relu * fix clipped_relu gradient due to wrong variable naming * fix elu_gradient due to wrong variable naming * fix elu_gradient documentation * add documentation * WIP: add test_layer cases for clipped_relu and elu For some reason that I can't see, ELU is failing... * add clipped_relu and elu tests... cuda elu layer still does not work * fix spacing * add custom cuda implementation for elu_gradient (this one works) * Revert "add custom cuda implementation for elu_gradient (this one works)" This reverts commit 446dd803964cc6ecca598ddf6688e5d89ca0b112. * Revert "Revert "add custom cuda implementation for elu_gradient (this one works)"" This reverts commit 0b615f50081d0d90e71d502b6767fcb6ba62f28a. * add comment about custom elu gradient implementation * add gradient tests, restore cudnn elu gradient * re add custom elu gradient implementation * update docs * use own cuda implementation for clipped_relu and elu Co-authored-by:Davis E. King <davis@dlib.net>
-
- 04 Apr, 2021 2 commits
-
-
Adrià Arrufat authored
* Fix input/output mappings with repeat layers * add test for input/output tensor mappers * fix output to input order
-
Adrià Arrufat authored
* Add letterbox image * use && instead of and * make function adhere to the generic image interface * avoid extra copy * add some overloads and a simple test * add documentation * use zero_border_pixels and remove superfluous temporary image * allow different input and out images and update docs * remove empty line * be more explicit about output image size
-
- 28 Mar, 2021 2 commits
-
-
Davis King authored
-
Davis King authored
-