Commit Graph

6260 Commits (f4b3c7ee0f1927e3639203675ddb454b1bf96957)
 

Author SHA1 Message Date
Davis King f4b3c7ee0f Improved example
8 years ago
Davis King f28d2f7329 Cleaned up example
8 years ago
Davis King 539b416c48 updated docs
8 years ago
Davis King f3fc819905 fixed grammar
8 years ago
Davis King 4d121e7e08 Added another metric learning example
8 years ago
Davis King 29047a2269 Made get_net() sync to disk if the disk date is out of date. This way, when
8 years ago
Davis King cb198afc3f Added metric learning example
8 years ago
Davis King 460b94910e clarified spec
8 years ago
Davis King a68b1f7fd6 Added docs and cleaned up code slightly.
8 years ago
Davis King 124e0ff401 Removed loss_metric_hardish_
8 years ago
Davis King 4219185d5f Allow enqueueing to a pipe from rvalues.
8 years ago
Davis King bcf98e05ed Fixed incorrect mex file name being shown in the generated class code.
8 years ago
Davis King b85cb68e79 Improved how cmake sets up clang and cuda. This is basically to work around
8 years ago
Davis King 5ba92d9f25 Made this test try to enable C++11 via the compiler flag.
8 years ago
Davis King 51bc1dd455 Updated C++11 enabling script to work around some kind of bug in cmake related
8 years ago
Davis King 0cbd17e2ee Suppressed cmake warning
8 years ago
Davis King f9e8bd5024 Set set(CMAKE_CXX_STANDARD_REQUIRED YES)
8 years ago
Davis King e8fc2dc0cc Relaxed requires clauses even more.
8 years ago
Davis King b612dda881 Relaxed require clause
8 years ago
Davis King 55b8e5b274 Added an overload of flip_image_left_right() that operates inplace.
8 years ago
Davis King b66cf7b2ee Relaxed requires clause slightly
8 years ago
Davis King 65914e729f Made dlib::array movable.
8 years ago
Davis King 44c3a982bf Fixed missing implementation of map_input_to_output() and
8 years ago
Davis King ca3a3aadb6 merged
8 years ago
Davis King b6677e2a6d Added running_stats_decayed
8 years ago
Davis King d630a13f08 Made dlib/cmake add the appropriate folders to client include search paths.
8 years ago
Davis E. King 7fade56957 Merge pull request #342 from dunkpa/mkl_fft
8 years ago
Duncan Palmer 81afba6306 Ensure MKL detection doesn't depend on MKL header files being present.
8 years ago
Davis King 3074898705 updated docs
8 years ago
Davis King 845adbd1d7 clarified spec
8 years ago
Davis King 68fb08b16d Added segment_number_line().
8 years ago
Davis King 93f3a09f40 Added append() to random_cropper.
8 years ago
Davis King 8dece3ff88 Made the random translation amount user settable.
8 years ago
Davis King 3fca40f189 Changed to avoid gcc warnings
8 years ago
Davis King 91ed00851a merged
8 years ago
Davis E. King f9e9202461 Merge pull request #344 from dennisfrancis/mseloss
8 years ago
Dennis Francis d4da6c53b6 adapt to dlib indentation style
8 years ago
Dennis Francis af76e82633 converted tabs to spaces in the indentation
8 years ago
Davis King d584ae9eb1 Clarified spec
8 years ago
Duncan Palmer 7f775b6a2d Seperate MKL FFT and MKL BLAS configurations.
8 years ago
Dennis Francis cd4b62b494 feature_addition : Added a mean squared loss layer to DNN
8 years ago
Davis King 233f98125b Fixed compile time error in random_subset_selector::swap()
8 years ago
Duncan Palmer 67144941cc Add MKL DFTI FFT bindings.
8 years ago
Davis E. King 2c8b48648b Merge pull request #338 from stefan-it/misleading-indentation-pragma
8 years ago
Stefan Schweter e9e4dabe75 Disable misleading-indentation warning in unicode.h (pragma for GCC >= 6)
8 years ago
Davis King cac8f31e7a merged
8 years ago
Davis King 526276354a Made the dnn_trainer's detection and backtracking from situations with
8 years ago
Davis King d7e4b88d99 Made tt::add() more general
8 years ago
Davis King a6c331cef3 Suppress bogus warnings from nvcc about unreachable code that is actually
8 years ago
Davis King 4103be8b5a Added min_pointwise() and max_pointwise().
8 years ago