mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated release notes
This commit is contained in:
parent
7b564927d6
commit
c90362d852
@ -11,6 +11,23 @@
|
|||||||
<!-- ************************************************************************************** -->
|
<!-- ************************************************************************************** -->
|
||||||
|
|
||||||
<current>
|
<current>
|
||||||
|
New Features and Improvements:
|
||||||
|
- Added support for cuDNN 8.0
|
||||||
|
- Added support for CUDA in Python 3.8 on Windows.
|
||||||
|
- Allow forwarding initial function evaluations into find_max_global()
|
||||||
|
|
||||||
|
Non-Backwards Compatible Changes:
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Improved error messages for python users trying to install dlib
|
||||||
|
with CUDA enabled or who are using windows.
|
||||||
|
- Fix random forest regression not doing quite the right thing.
|
||||||
|
|
||||||
|
</current>
|
||||||
|
|
||||||
|
<!-- ************************************************************************************** -->
|
||||||
|
|
||||||
|
<old name="19.20" date="Jun 06, 2020">
|
||||||
New Features and Improvements:
|
New Features and Improvements:
|
||||||
- Added CUDA implementation for loss_mean_squared_per_channel_and_pixel.
|
- Added CUDA implementation for loss_mean_squared_per_channel_and_pixel.
|
||||||
- Added DCGAN example in examples/dnn_dcgan_train_ex.cpp
|
- Added DCGAN example in examples/dnn_dcgan_train_ex.cpp
|
||||||
@ -33,8 +50,7 @@ Bug fixes:
|
|||||||
- Fix DLIB_ISO_CPP_ONLY not working
|
- Fix DLIB_ISO_CPP_ONLY not working
|
||||||
- Fix build errors in C++20 build mode.
|
- Fix build errors in C++20 build mode.
|
||||||
- Fixed function_evaluation_request::set() invalidating function_evaluation_request::x()
|
- Fixed function_evaluation_request::set() invalidating function_evaluation_request::x()
|
||||||
|
</old>
|
||||||
</current>
|
|
||||||
|
|
||||||
<!-- ************************************************************************************** -->
|
<!-- ************************************************************************************** -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user