"docs/vscode:/vscode.git/clone" did not exist on "bb1f8850e5832309e910e967871cf099f83b37e9"
Commit 76a9a107 authored by Davis King's avatar Davis King
Browse files

update docs

parent aff6bc44
...@@ -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>
......
...@@ -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>
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->
......
...@@ -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"/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment