- 03 Sep, 2020 1 commit
-
-
Davis King authored
-
- 01 Sep, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 29 Aug, 2020 2 commits
-
-
Davis King authored
-
Adrià Arrufat authored
-
- 24 Aug, 2020 2 commits
-
-
Davis King authored
-
Adrià Arrufat authored
* add loss_multilabel_log * add alias template for loss_multilabel_log * add missing assert * increment truth iterator * rename loss to loss_multibinary_log * rename loss to loss_multibinary_log * explicitly capture dims in lambda
-
- 20 Aug, 2020 1 commit
-
-
Juha Reunanen authored
Problem: With certain batch size / device count combinations, batches were generated with size = 1, causing problems when using batch normalization. (#2152) Solution: Divide the mini-batch more uniformly across the different devices.
-
- 19 Aug, 2020 3 commits
-
-
Davis King authored
-
Juha Reunanen authored
-
samaldana authored
When consuming dlib headers and building using gcc/clang with flags '-Werror -Wpedantic', any inclusion involving DLIB_CASSERT triggers a compilation error: ISO C++11 requires at least one argument for the "..." in a variadic macro Co-authored-by:Samuel Aldana <samuel.aldana@cognex.com>
-
- 17 Aug, 2020 1 commit
-
-
pfeatherstone authored
* Added a function for computing a gaussian distributed complex number. The real version is adapted to use the complex version * Missing header * missed std:: I was too quick Co-authored-by:pf <pf@pf-ubuntu-dev>
-
- 13 Aug, 2020 2 commits
-
-
Davis King authored
The recent change to use a dlib/__init__.py file instead of the dlib.so file directly messed it up.
-
Davis King authored
-
- 08 Aug, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 07 Aug, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 05 Aug, 2020 2 commits
-
-
Davis King authored
-
yuriio authored
* Added possibility to load PNG images from a data buffer. * Fixed code not compiling with some versions of libpng that doesn't have const specifier. * Used FileInfo struct as a single parameter for the read_image method.
-
- 02 Aug, 2020 1 commit
-
-
Davis King authored
-
- 01 Aug, 2020 3 commits
-
-
Davis King authored
error: calling a constexpr host function("log1p") from a device function("cuda_log1pexp") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. The error only happens with some versions of CUDA. -
Davis King authored
-
Davis King authored
-
- 26 Jul, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 25 Jul, 2020 1 commit
-
-
Davis King authored
-
- 22 Jul, 2020 1 commit
-
-
jbfove authored
Previously they were restored to default values, which had the effect of negating the current setting of the calling code (whether set in the compiler options or by pragma previously)
-
- 12 Jul, 2020 1 commit
-
-
Davis King authored
-
- 28 Jun, 2020 2 commits
-
-
stoperro authored
-
Davis King authored
Improve the error a user gets when trying to build the pyhton extention on windows but they didn't install visual C++.
-
- 21 Jun, 2020 1 commit
-
-
Davis King authored
-
- 20 Jun, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 18 Jun, 2020 2 commits
-
-
Davis King authored
-
Davis King authored
paths instead of relying on CUDA_PATH to be set.
-
- 10 Jun, 2020 1 commit
-
-
Davis King authored
-