1. 10 Aug, 2017 1 commit
  2. 09 Aug, 2017 2 commits
  3. 26 Jul, 2017 3 commits
  4. 24 Jul, 2017 2 commits
  5. 22 Jul, 2017 3 commits
  6. 19 Jul, 2017 3 commits
  7. 18 Jul, 2017 1 commit
  8. 16 Jul, 2017 2 commits
    • Juha Reunanen's avatar
      Add per-pixel mean square loss (#690) · fc927746
      Juha Reunanen authored
      * Add per-pixel mean square loss
      
      * Add documentation of loss_mean_squared_per_pixel_
      
      * Add test case for per-pixel mean square loss: a simple autoencoder
      
      * Review fix: reorder params of function tensor_index, so that the order corresponds to the convention used in the rest of the dlib code base
      
      * Review fix: add breaks as intended, and change the rest of the test accordingly
      
      * Again a case where the tests already work locally for me, but not on AppVeyor/Travis - this commit is a blindfolded attempt to fix the problem
      (and it also fixes a compiler warning)
      fc927746
    • Davis King's avatar
      Hopefully improved compiler error diagnostic when using gcc and a user… · daedd901
      Davis King authored
      Hopefully improved compiler error diagnostic when using gcc and a user misconfigures their build environment.
      daedd901
  9. 15 Jul, 2017 1 commit
  10. 12 Jul, 2017 10 commits
  11. 10 Jul, 2017 1 commit
  12. 09 Jul, 2017 3 commits
  13. 07 Jul, 2017 4 commits
  14. 06 Jul, 2017 2 commits
  15. 05 Jul, 2017 2 commits
    • bot1131357's avatar
      Check for __ARM_NEON__ for libpng (#679) · 5089196e
      bot1131357 authored
      *  Added check to see if __ARM_NEON__ is defined. Now we can use the following command: cmake --build --config Release ..
      
      * Rename to use_arm_neon.cmake to check_if_neon_available.cmake for clarity, minor tidying up of script, and simplifying try_compile() code for ARM NEON.
      5089196e
    • Davis King's avatar
      merged · 2b832d1c
      Davis King authored
      2b832d1c