Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cdb18192
Commit
cdb18192
authored
Aug 13, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes
parent
79a56e56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
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 @@
<!-- ************************************************************************************** -->
<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:
- A deep learning toolkit using CPU and/or GPU hardware. Some major elements
of this are:
...
...
@@ -67,7 +95,7 @@ Other:
- CMake scripts now enable C++11 by default
- Gave array2d and matrix move constructors and move assignment operators. Matrix
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