Commit Graph

7863 Commits (e7c25c06df676a19e841897d3db7779aa24f4d88)
 

Author SHA1 Message Date
Sajied Shah Yousuf e7c25c06df
Changed directory of license (#2189)
4 years ago
Davis King 20a1477209 update docs
4 years ago
pfeatherstone ab346ddfa6
Extended proxy_(de)serialize objects to work with stringstream, ostringstream, istringstream and vector<char> (#2181)
4 years ago
Adrià Arrufat fa818b9a96
use DLIB_CASSERT to avoid unused variable warning in release compilation (#2182)
4 years ago
pfeatherstone d4fe74b5a8
vectorstream updates: added seekoff and seekpos (#2179)
4 years ago
Davis King cdeb2e067c add some docs
4 years ago
pfeatherstone 12a82f6542
Macro for generating default serialisation functions (#2177)
4 years ago
Adrià Arrufat 9d60949a3a
Add scale_prev layer (#2171)
4 years ago
Adrià Arrufat 77e6255fdd
Add error message for mismatched tensor sizes in dnn_trainer (#2165)
4 years ago
Davis King 40c3e48818 Simplified more uses of layer visiting and fixed constness bug
4 years ago
Adrià Arrufat 5ec60a91c4
Show how to use the new visitors with lambdas (#2162)
4 years ago
Davis King 393db2490b switch this to C++11 code
4 years ago
Davis King 5bcbe617eb make type_safe_union movable and also support holding movable types in a natural way.
4 years ago
Davis King afe19fcb8b Made the DNN layer visiting routines more convenient.
4 years ago
Davis King 7dcc7b4ebc Added call_if_valid()
4 years ago
Adrià Arrufat e7ec6b7777
Add visitor to remove bias from bn_ layer inputs (#closes 2155) (#2156)
4 years ago
Davis King ed22f0400a Make dnn_trainer use robust statistic to determine if the loss is exploding and if it should backtrack.
4 years ago
Davis King 0bb6ce36d8 dnn_trainer prints number of steps executed when print to ostream
4 years ago
Davis King 76cc8e3b6b Add probability_values_are_increasing() and probability_values_are_increasing_robust()
4 years ago
Davis King c14ba4847e Rename POSIX macro to DLIB_POSIX to avoid name clashes with some libraries.
4 years ago
Davis King 4b92804dc2 Use the box with bounding box regression applied to do NMS in the loss.
4 years ago
Davis King 0e721e5cae Fix bug in bounding box regression loss.
4 years ago
Adrià Arrufat c9809e067f
Add missing input/output mappings to mult_prev (#2154)
4 years ago
Davis King b401185aa5 Fix a warning and add some more error handling.
4 years ago
Adrià Arrufat dd06c1169b
loss multibinary log (#2141)
4 years ago
Juha Reunanen d7ca478b79
Problem: With certain batch size / device count combinations, batches were generated with size = 1, causing problems when using batch normalization. (#2152)
4 years ago
Davis King bea99ceed0 switch to a name less likely to conflict with third party code
4 years ago
Juha Reunanen a9592b07fd
Minor typo fixes (#2150)
4 years ago
samaldana 2a870e329c
Fix warning for zero variadic macro arguments. (#2151)
4 years ago
pfeatherstone f3b4fc548d
Added "get_random_complex_gaussian" to dlib::rand (#2149)
4 years ago
Davis King f55a1a51a0 fix python code index page.
4 years ago
Davis King 59b44849bd fix typo, doesn't really matter, but still
4 years ago
Davis King 02e70ce3ca Record last changeset and set PATCH version to 99
4 years ago
Davis King 9117bd7843 Created release v19.21
4 years ago
Davis King 2e64bdd449 update docs
4 years ago
Davis King 2c70aad12c Use a cache to avoid calls to the cuDNN algorithm selection routines.
4 years ago
Davis King 8910445a7a fix some spelling and grammar errors
4 years ago
Davis King 4721075314 More optimization unit tests
4 years ago
Davis King a9d554a4ac minor cleanup
4 years ago
yuriio ff3023f266
Added possibility to load PNG images from a data buffer. (#2137)
4 years ago
Davis King c90362d852 updated release notes
4 years ago
Davis King 7b564927d6 Switching to what is hopefully a better fix for the following CUDA error
4 years ago
Davis King f8cfe63904 Avoid unnecessairly asking cuDNN which algorithms to use, since this is slow in cuDNN 8.0
4 years ago
Davis King 6c3243f766 Cleanup cuDNN conv algorithm selection code slightly by moving it into its own function.
4 years ago
Davis King 4d18e0d0c7 oops, fixing a weird typo
4 years ago
Davis King 3400e163e8 tweaked cca test thresholds to avoid false positives
4 years ago
Davis King 943408d2d2 Allow forwarding initial function evaluations into find_max_global()
4 years ago
Davis King 5a80ca9e5f Apply --expt-relaxed-constexpr to all older versions of cuda.
4 years ago
jbfove 5650ce45a1
Fix restoration of MSVC warnings in public headers (#2135)
4 years ago
Davis King 23b9abd07a Switch cuda target architecture from sm_30 to sm_50. I.e. Maxwell instead of Kepler.
4 years ago