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
a451e792
Commit
a451e792
authored
Dec 18, 2017
by
Davis King
Browse files
updated docs
parent
efd94561
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+6
-6
No files found.
docs/docs/release_notes.xml
View file @
a451e792
...
...
@@ -23,8 +23,8 @@ New Features and Improvements:
- Made log loss layers more numerically stable.
- Upgraded the con layer so you can set the number of rows or columns to
0 in the layer specification. Doing this means "make the filter cover
the whole input image dimension".
So it'
s an easy way to make a
filter
sized exactly so that
it will have one output along that dimension,
the whole input image dimension".
This provide
s an easy way to make a
filter sized so
it will have one output along that dimension,
effectively making it like a fully connected layer operating on a row
or column.
- Added support for non-scale-invariant MMOD.
...
...
@@ -48,9 +48,9 @@ New Features and Improvements:
- Added disjoint_subsets_sized
- Added Python APIs: get_face_chips(), count_steps_without_decrease(),
count_steps_without_decrease_robust(), and jitter_image().
- Various improvements to
cm
ake scripts: e.g. improved warning and error
- Various improvements to
CM
ake scripts: e.g. improved warning and error
messages, added USE_NEON_INSTRUCTIONS option.
- chol() will use a banded
c
holesky algorithm for banded matrices, making it
- chol() will use a banded
C
holesky algorithm for banded matrices, making it
much faster in these cases.
- Changed the timing code to use the C++11 high resolution clock and
atomics. This makes the timing code a lot more precise.
...
...
@@ -78,7 +78,6 @@ Non-Backwards Compatible Changes:
this change reverts back to the previous behavior.
Bug fixes:
- Fixed DLIB_ISO_CPP_ONLY not building.
- Fixed toMat() not compiling in some cases.
- Significantly reduced the compile time of the DNN example programs in
visual studio.
...
...
@@ -110,7 +109,8 @@ Bug fixes:
some of these problems, in particular, there were some cases where
unloading dlib's python extension would deadlock. This should now be
fixed.
- Fixed DLIB_STACK_TRACE macro not compiling.
- Fixed compile time errors when either of these macros were enabled:
DLIB_STACK_TRACE, DLIB_ISO_CPP_ONLY.
</current>
...
...
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