- 12 Feb, 2017 1 commit
-
-
Davis King authored
-
- 11 Feb, 2017 1 commit
-
-
Davis King authored
-
- 10 Feb, 2017 1 commit
-
-
Davis King authored
-
- 09 Feb, 2017 1 commit
-
-
Davis King authored
-
- 07 Feb, 2017 1 commit
-
-
Dennis Francis authored
* feature_addition : Mean squared loss layer for multiple output (#404) * Added loss_mean_squared_multioutput layer to support multiple outputs. * Also added a corresponding test case to test a single variable regression with multiple outputs. * Added error checks on truth argument Added assert statements to check that truth argument in compute_loss_value_and_gradient() method contains matrices of correct dimension relative to the output tensor's size. Also the requirements on argument truth to the abstract documentation.
-
- 02 Feb, 2017 1 commit
-
-
David Miller authored
* GCC/Clang compatible vector extension SIMD code * Minimal modifications to dlib for the simd_vec code to work, a few include changes and ifdefs * Changed tabbing to spaces * Allow type inference to binary ops on different types of same size * Added cmake option USE_AUTO_VECTOR, and fixed up preprocessor checks. It is required to build with gcc/clang auto vectorization * Changed to intrinsic version due to poor auto vectorization results. The simd8*_vec are just copies of the C code right now. * Removed _vec variants, added to existing defines. simd_check.h back in place and removed from dlib/simd.h
-
- 31 Jan, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
thread_pool's destructor. The previous implementation used dlib's global thread pooling to allocate threads to dlib::thread_pool, however, this sometimes caused annoying behavior when used as part of a MATLAB mex file.
-
- 30 Jan, 2017 2 commits
-
-
Davis King authored
already enabled. This also makes the global destruction order a little more deterministic.
-
Davis King authored
-
- 25 Jan, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Daniel Crispell authored
-
- 23 Jan, 2017 1 commit
-
-
Davis King authored
-
- 22 Jan, 2017 5 commits
-
-
RangerUFO authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
early stopping based on observing the loss on held out data.
-
Davis King authored
-
- 17 Jan, 2017 1 commit
-
-
Frank authored
-
- 16 Jan, 2017 1 commit
-
-
Davis King authored
-
- 09 Jan, 2017 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Stefan Schweter authored
-
- 07 Jan, 2017 1 commit
-
-
Davis King authored
that really needs it off.
-
- 06 Jan, 2017 1 commit
-
-
ernestotapiar authored
* cmake script to suppress randlib warnings about *.a having no symbols on MacOSX * Moved script code into the main CMakeLists.txt file to suppress the superfluous ranlib warnings all the time.
-
- 05 Jan, 2017 1 commit
-
-
Davis King authored
-
- 04 Jan, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
(in particular on mac os x, where this flag needs to be set this way for it to work in some cases).
-
- 03 Jan, 2017 2 commits
-
-
Davis King authored
-
rquk authored
* Fixed issue with uninitialised variables. There are 2 places where std::exception_ptr eptr is not initialised. * running_gradient.h needs to qualify erfc with 'std::' to avoid compilation error. Found when compiling dnn_mmod_face_detection_ex.cpp with RadStudio and Clang compiler.
-
- 27 Dec, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
distutils environment variables for all versions of python, not just conda.
-
Davis King authored
-
hiiwave authored
-
- 26 Dec, 2016 3 commits
-
-
Davis King authored
is because some build systems seem to mess up the parallel build of these two things and sometimes rebuild and potentially clobber object files during the parallel build. I haven't seen this result in a problem, but the race condition does seem to exist in some build systems. So this should force the two top level targets to be build sequentially rather than in parallel, thus avoiding any possible race condition.
-
Davis King authored
-
Davis King authored
-