- 09 Oct, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 08 Oct, 2016 1 commit
-
-
Davis King authored
-
- 07 Oct, 2016 1 commit
-
-
elda27 authored
-
- 05 Oct, 2016 3 commits
-
-
Jan Rüegg authored
* Unreachable code, fixed compiler warning * Update simd4f.h
-
Jan Rüegg authored
* Unreachable code, fixed compiler warning * Update simd8f.h
-
Davis King authored
state to disk. If it detects that the loss has been going up then instead of saving to disk it recalls the previously good state. This way, if we hit a bad mini-batch during training which negatively effects the model in a significant way, the dnn_trainer will automatically revert back to an earlier good state.
-
- 04 Oct, 2016 1 commit
-
-
Davis King authored
-
- 03 Oct, 2016 7 commits
-
-
Davis King authored
-
git://github.com/miscellanea/dlibDavis King authored
Merge branch 'skip_gui_examples' of git://github.com/miscellanea/dlib into miscellanea-skip_gui_examples Conflicts: examples/CMakeLists.txt
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 02 Oct, 2016 8 commits
-
-
Davis King authored
load a dataset of high resolution files into a user requested lower resolution.
-
Xi Deng authored
-
miscellanea authored
Now dlib can be compiled for android with -DANDROID_ABI="armeabi-v7a with NEON" with https://github.com/taka-no-me/android-cmake However, when compiling for arm64-v8a, since __ARM_NEON__ is not defined, neon code will not be actually enabled, which requires upgrading libpng a bit more
-
Davis King authored
encountered a bad mini-batch that made the loss value suddenly jump up by a larger than normal value it could make the trainer think we converged. Now the test is robust to recent spikes in loss value.
-
Davis King authored
-
Davis King authored
-
Davis King authored
This was in some of the svd routines. However, we already had a svd routine that used a separate svd code that is better than the NRIC derived version. So that's what we use everywhere now.
-
Davis King authored
-
- 01 Oct, 2016 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 30 Sep, 2016 2 commits
-
-
Vladimir Sinitsin authored
Now PYTHON_INCLUDE_DIR and PYTHON_LIBRARY setting up correctly for both 32/64 bit architectures
-
Davis King authored
-
- 29 Sep, 2016 6 commits
-
-
Davis King authored
-
Eugene authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 28 Sep, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
imagenet examples compile.
-
Davis King authored
-
- 27 Sep, 2016 1 commit
-
-
Davis King authored
it simply partitions the data and is an invertible operation.
-
- 25 Sep, 2016 1 commit
-
-
Davis King authored
-
- 22 Sep, 2016 1 commit
-
-
Ehsan Azar authored
-