You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for pre and post linear modules in create_mlp (#1975)
* Add support for pre and post linear modules in `create_mlp`
* Disable mypy for python 3.8
* Reformat toml file
* Update docstring
Co-authored-by: Quentin Gallouédec <[email protected]>
* Add some comments
---------
Co-authored-by: Quentin Gallouédec <[email protected]>
Copy file name to clipboardExpand all lines: docs/misc/changelog.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,15 @@
3
3
Changelog
4
4
==========
5
5
6
-
Release 2.4.0a5 (WIP)
6
+
Release 2.4.0a6 (WIP)
7
7
--------------------------
8
8
9
9
Breaking Changes:
10
10
^^^^^^^^^^^^^^^^^
11
11
12
12
New Features:
13
13
^^^^^^^^^^^^^
14
+
- Added support for ``pre_linear_modules`` and ``post_linear_modules`` in ``create_mlp`` (useful for adding normalization layers, like in DroQ or CrossQ)
0 commit comments