Commit Graph

8080 Commits (842931975eb0c7667b567a917595e4c6988df984)
 

Author SHA1 Message Date
Davis King 842931975e Record last changeset and set PATCH version to 99
2 years ago
Davis King 6097093ab3 Created release v19.24
2 years ago
Davis King 76a9a10736 update docs
2 years ago
Davis King aff6bc4402 make sphinx doc building work on newer versions of ubuntu
2 years ago
Adrià Arrufat 06b826540c
Add SiLU activation layer (#2584)
2 years ago
Davis King 8af4226057 Revert "Add a test on github actions that builds on windows in debug mode"
2 years ago
Davis King 7009080014 Add a test on github actions that builds on windows in debug mode
2 years ago
Adrià Arrufat 9db84f4c24
Build ancillary tools on Windows (#2583)
2 years ago
Davis E. King 4d92c302c0
Remove this test on windows for now since it runs out of ram
2 years ago
Davis King 2bcb1c4436 See if using only one thread to build prevents running out of ram on github actions when building windows examples
2 years ago
Adrià Arrufat 8ceb91fb44
Do not build WebP features if WebP is not available (#2582)
2 years ago
Davis King e264c26641 Build examples and other ancillary tools on windows too
2 years ago
Adrià Arrufat a7ae55b785
Add WebP support to imglab (#2580)
2 years ago
Juha Reunanen df8b1380ab
Add GitHub Actions badges (#2571)
2 years ago
Juha Reunanen ebc4d63d68
Workaround for #2506 (#2570)
2 years ago
Adrià Arrufat a76f205bf6
Add webp support (#2565)
2 years ago
Juha Reunanen 0aa8b4cbfc
Treat warnings as errors (#2490)
2 years ago
Adrià Arrufat 49314c12d9 Use CUDA in LayerNorm gradient computation
2 years ago
Adrià Arrufat 3a267db577 Fix entry in term_index.html
2 years ago
Adrià Arrufat 45f742b82b Update docs
2 years ago
Adrià Arrufat e944ea4fcb Update dot visitor
2 years ago
Adrià Arrufat 18fe54b64a fix smelu_gradient name
2 years ago
Adrià Arrufat 8fa65eb7b2 Add SmeLU activation
2 years ago
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