Commit Graph

8157 Commits (9d305943bc16b878d46d636572ec662a28c04394)
 

Author SHA1 Message Date
Adrià Arrufat 66f9b2b5bc Fix documentation
2 years ago
Adrià Arrufat 23c74af872 Add directory_exists
2 years ago
Adrià Arrufat 9bb1b6f712 Fix focal loss
3 years ago
Øystein Myrmo 5cb036564c Make Clang compile cpp11_test.cpp without warnings
3 years ago
Øystein Myrmo e9d49fee8f Print reason for failing to compile cpp11_test
3 years ago
Øystein Myrmo 04d1180b02 Make compiler options work with clang-cl
3 years ago
Øystein Myrmo 04371157f7 Increase template-depth for Clang only when needed
3 years ago
Øystein Myrmo 4ebf3ef088 Only print Visual Studio messages when compiling with MSVC
3 years ago
Adrià Arrufat 3b518f40ce
Fix deserialize logic in loss_multibinary_log (#2547)
3 years ago
Adrià Arrufat 1b7053fe9d
Add focal gamma to loss_multibinary_log (#2546)
3 years ago
Adrià Arrufat f1a29f3595
Update docs (#2544)
3 years ago
Adrià Arrufat 516b744b43
Add missing vistor implementations to visitors.h (#2539)
3 years ago
Adrià Arrufat 12f1b3a305
Refactor visitors into their own header (#2533)
3 years ago
Adrià Arrufat 736b4931b7
Fix formatting in YOLO deserialize error message (#2535)
3 years ago
Adrià Arrufat 1f9f32ca97
Add visitor to draw nets in the DOT language (#2528)
3 years ago
Juha Reunanen bf427f56c7
Problem: `Error while calling cudnnGetConvolutionForwardWorkspaceSize( context(), descriptor(data), (const cudnnFilterDescriptor_t)filter_handle, (const cudnnConvolutionDescriptor_t)conv_handle, descriptor(dest_desc), (cudnnConvolutionFwdAlgo_t)forward_algo, &forward_workspace_size_in_bytes) in file C:\a\2\s\3rdparty\dlib\dlib\cuda\cudnn_dlibapi.cpp:1029. code: 9, reason: CUDNN_STATUS_NOT_SUPPORTED` (#2532)
3 years ago
Davis King 5f7e19b785 remove cruft
3 years ago
APTX 8928f477de
Find Threads target if necessary (#2522) (#2526)
3 years ago
Davis King 0f1b2b37fe update cmake docs
3 years ago
Juha Reunanen efa2baee7b
Problem: Error while calling cudnnGetConvolutionBackwardFilterWorkspaceSize( context(), descriptor(data), descriptor(dest_desc), (const cudnnConvolutionDescriptor_t)conv_handle, (const cudnnFilterDescriptor_t)filter_handle, (cudnnConvolutionBwdFilterAlgo_t)backward_filters_algo, &backward_filters_workspace_size_in_bytes) in file C:\a\1\s\3rdparty\dlib\dlib\cuda\cudnn_dlibapi.cpp:1048. code: 9, reason: CUDNN_STATUS_NOT_SUPPORTED (#2527)
3 years ago
Adrià Arrufat 1ccd03fec9
Speed up Barlow Twins loss (#2519)
3 years ago
Adrià Arrufat 50b78da53a
Fix Barlow Twins loss gradient (#2518)
3 years ago
Davis King 39852f092c fix race condition in sockets unit test
3 years ago
Davis King c7ed14c956 Adjust debugging message from sockets test
3 years ago
Davis E. King f80703e8e6
Make github actions run the python unit tests (#2517)
3 years ago
Davis King c0382b41c1 Add debugging message to see why the socket tests sometimes fail on windows in github actions
3 years ago
Ryan_Huang 7e942ba989
Update __init__.py.in (#2515)
3 years ago
Juha Reunanen 7be763d65e
Make GitHub actions build on gcc-11 and clang too (#2510)
3 years ago
Adrià Arrufat 7f8731a240
Add get_random_beta to dlib::rand (#2499)
3 years ago
Juha Reunanen 48f1167991
Do not use deprecated `std::random_shuffle` (#2507)
3 years ago
Adrià Arrufat d665bfb899
try to fix build on macOS (#2503)
3 years ago
Davis King 5291d58e93 See if this makes the MPC test more reliable on MacOS
3 years ago
Davis King c89bf6b77a try less parallelism and see if that doesn't break github actions
3 years ago
Davis King 42c74c38a1 use parallel builds for github actions
3 years ago
Juha Reunanen 979a22c51d
Make Github Actions build more stuff (in particular, the examples) (#2502)
3 years ago
Davis King 7048f4c1d4 Avoid build error in visual studio
3 years ago
Davis King fda984f7ca Add more unit tests for dlib::rand
3 years ago
Adrià Arrufat fc7595d081
Relax MPC test for macOS (#2500)
3 years ago
Davis King 86b3a809fe Make github actions use -q so the test logs are not so spammy
3 years ago
Davis King 28328af541 Make -q on tests print errors
3 years ago
Adrià Arrufat ffca3b3a6d
Add Reorg Layer (#2496)
3 years ago
Adrià Arrufat c91959a73d
do not round drectangle in rectangle transform (#2498)
3 years ago
Adrià Arrufat 027fb781bd
GitHub actions (#2289)
3 years ago
Adrià Arrufat 3d4c14e633
Add input_rgb_image_pair layer and new net visitors documentation (#2497)
3 years ago
Adrià Arrufat 21651f498e
Add missing docs for v19.23 (#2495)
3 years ago
Rajas Sambhare 2b86255404
Resolve davisking/dlib#2463 (#2492)
3 years ago
Davis King 54af1f85f8 Record last changeset and set PATCH version to 99
3 years ago
Davis King 074ab8bdba Created release v19.23
3 years ago
Davis King 0cba4bacb3 updated docs
3 years ago
Davis King acf1b9c479 Rename INVOKE to invoke_
3 years ago