Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
cdb18192
Commit
cdb18192
authored
Aug 13, 2016
by
Davis King
Browse files
updated release notes
parent
79a56e56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+29
-1
No files found.
docs/docs/release_notes.xml
View file @
cdb18192
...
@@ -11,6 +11,34 @@
...
@@ -11,6 +11,34 @@
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
<current>
<current>
New Features:
- Support for cuDNN 5.1
- dlib::async() and dlib::default_thread_pool().
- rectangle_transform
- imglab tool: added --resample, --ignore, --files, and --extract-chips
command line options. Also added convert_imglab_paths_to_relative and
copy_imglab_dataset scripts.
- Evgeniy Fominov made the shape_predictor trainer multi-threaded and faster.
- sutr90 contributed support for the CIELab color space. See the new lab_pixel.
Non-Backwards Compatible Changes:
- All the cmake utility scripts were moved to dlib/cmake_utils.
- Code that #includes the shape_predictor can now only be compiled with
compilers that support C++11 lambda functions.
Bug fixes:
- Made CMake scripts work in a wider range of environments.
- Fixed compile time errors on various platforms.
- Fixed bad multi-threading support in the MATLAB mex wrapper.
- Fixed bug in cuDNN binding that could sometimes cause NaN outputs.
- Fixed bad convergence testing in DNN tooling for very small datasets.
Other:
</current>
<!-- ************************************************************************************** -->
<old
name=
"19.0"
date=
"Jun 25, 2016"
>
New Features:
New Features:
- A deep learning toolkit using CPU and/or GPU hardware. Some major elements
- A deep learning toolkit using CPU and/or GPU hardware. Some major elements
of this are:
of this are:
...
@@ -67,7 +95,7 @@ Other:
...
@@ -67,7 +95,7 @@ Other:
- CMake scripts now enable C++11 by default
- CMake scripts now enable C++11 by default
- Gave array2d and matrix move constructors and move assignment operators. Matrix
- Gave array2d and matrix move constructors and move assignment operators. Matrix
can also now be created from initializer lists.
can also now be created from initializer lists.
</
current
>
</
old
>
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment