mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
9d00aa54cb
commit
811ee7501d
|
@ -11,6 +11,22 @@
|
|||
<!-- ************************************************************************************** -->
|
||||
|
||||
<current>
|
||||
New Features:
|
||||
|
||||
Non-Backwards Compatible Changes:
|
||||
|
||||
Bug fixes:
|
||||
- The new simplified serialization API that works like serialize("filename")<<object
|
||||
was not opening files in binary mode and therefore didn't work properly on Windows.
|
||||
This has been fixed.
|
||||
|
||||
Other:
|
||||
|
||||
</current>
|
||||
|
||||
<!-- ************************************************************************************** -->
|
||||
|
||||
<old name="18.8" date="Jun 02, 2014">
|
||||
New Features:
|
||||
- Added the ability to set a previously trained function as a prior to the
|
||||
svm_multiclass_linear_trainer, svm_c_linear_trainer, and svm_rank_trainer
|
||||
|
@ -47,7 +63,7 @@ Other:
|
|||
- Added an example program showing how to set a custom logger output hook.
|
||||
- Made linear decision_functions which use sparse vectors much faster.
|
||||
|
||||
</current>
|
||||
</old>
|
||||
|
||||
<!-- ************************************************************************************** -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue