1. 12 Feb, 2017 3 commits
  2. 11 Feb, 2017 1 commit
  3. 10 Feb, 2017 1 commit
  4. 09 Feb, 2017 1 commit
  5. 07 Feb, 2017 1 commit
    • Dennis Francis's avatar
      feature_addition : Mean squared loss layer for multiple output (#404) (#427) · 4dbe3337
      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.
      4dbe3337
  6. 02 Feb, 2017 1 commit
    • David Miller's avatar
      GCC/Clang compatible SIMD code ./dlib/simd/simd**_vec.h (#414) · 60092335
      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
      60092335
  7. 31 Jan, 2017 3 commits
  8. 30 Jan, 2017 2 commits
  9. 25 Jan, 2017 3 commits
  10. 23 Jan, 2017 1 commit
  11. 22 Jan, 2017 5 commits
  12. 17 Jan, 2017 1 commit
  13. 16 Jan, 2017 1 commit
  14. 09 Jan, 2017 4 commits
  15. 07 Jan, 2017 1 commit
  16. 06 Jan, 2017 1 commit
  17. 05 Jan, 2017 1 commit
  18. 04 Jan, 2017 2 commits
  19. 03 Jan, 2017 2 commits
  20. 27 Dec, 2016 4 commits
  21. 26 Dec, 2016 1 commit
    • Davis King's avatar
      Made the dlib shared library build dependent on the static library build. This · b93b6f36
      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.
      b93b6f36