Skip to content

Commit ad6a85b

Browse files
committed
docs: update behavior version
1 parent 8a2222a commit ad6a85b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/configuration_reference/behavior_version.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ recommended usage with the latest ``behavior_version``, and not listing legacy/d
1818
Version History
1919
---------------
2020

21+
Behavior Version 2:
22+
27.08.2021
23+
24+
Disallow boolean optimizer specifications such as ``adam = True``
25+
in favor of using ``optimizer = {"class": "adam", ...}``
26+
27+
See issue `#512 <https://github.com/rwth-i6/returnn/issues/514>`_.
28+
2129
Behavior Version 1:
2230
28.05.2021
2331

@@ -26,7 +34,7 @@ thus making use of the hidden default "data" as layer input.
2634

2735
"from" needs to be set explicitely now.
2836

29-
See issue `#519 <https://github.com/rwth-i6/returnn/issues/519`_.
37+
See issue `#519 <https://github.com/rwth-i6/returnn/issues/519>`_.
3038

3139

3240

0 commit comments

Comments
 (0)