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
76a9a107
Commit
76a9a107
authored
May 08, 2022
by
Davis King
Browse files
update docs
parent
aff6bc44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
docs/docs/ml.xml
docs/docs/ml.xml
+4
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+4
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
76a9a107
...
@@ -241,6 +241,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -241,6 +241,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<name>
gelu
</name>
<name>
gelu
</name>
<link>
dlib/dnn/layers_abstract.h.html#gelu_
</link>
<link>
dlib/dnn/layers_abstract.h.html#gelu_
</link>
</item>
</item>
<item>
<name>
silu
</name>
<link>
dlib/dnn/layers_abstract.h.html#silu_
</link>
</item>
<item>
<item>
<name>
smelu
</name>
<name>
smelu
</name>
<link>
dlib/dnn/layers_abstract.h.html#smelu_
</link>
<link>
dlib/dnn/layers_abstract.h.html#smelu_
</link>
...
...
docs/docs/release_notes.xml
View file @
76a9a107
...
@@ -18,6 +18,7 @@ New Features and Improvements:
...
@@ -18,6 +18,7 @@ New Features and Improvements:
- Added support for loading and saving WebP images.
- Added support for loading and saving WebP images.
- Deep learning tooling:
- Deep learning tooling:
- Added ReOrg layer.
- Added ReOrg layer.
- Added SiLU layer.
- Added visitor to draw network architectures using the DOT language.
- Added visitor to draw network architectures using the DOT language.
- Made Barlow Twins loss much faster for high dimensionality inputs.
- Made Barlow Twins loss much faster for high dimensionality inputs.
- Added Focal loss gamma to loss_multibinary_log_.
- Added Focal loss gamma to loss_multibinary_log_.
...
@@ -29,6 +30,9 @@ Non-Backwards Compatible Changes:
...
@@ -29,6 +30,9 @@ Non-Backwards Compatible Changes:
Bug fixes:
Bug fixes:
- Fix missing ssize_t definition on Windows (PR #2492)
- Fix missing ssize_t definition on Windows (PR #2492)
- Fix Barlow Twins loss gradient (PR #2518)
- Fix Barlow Twins loss gradient (PR #2518)
- Fix bug with some versions of cuDNN (PR #2527)
- Fix python import errors on some systems.
- Various cmake adjustments to avoid build failures on some systems.
</current>
</current>
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
...
...
docs/docs/term_index.xml
View file @
76a9a107
...
@@ -188,6 +188,7 @@
...
@@ -188,6 +188,7 @@
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"elu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"elu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"clipped_relu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"clipped_relu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"gelu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"gelu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"silu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"leaky_relu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"leaky_relu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"mish_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"mish_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"prelu_"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"prelu_"
include=
"dlib/dnn.h"
/>
...
...
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