We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2477 commit dfc75d6Copy full SHA for dfc75d6
CMakeLists.txt
@@ -49,7 +49,7 @@ endif ()
49
50
set(LBANN_VERSION_MAJOR 0)
51
set(LBANN_VERSION_MINOR 98)
52
-set(LBANN_VERSION_PATCH 0)
+set(LBANN_VERSION_PATCH 1)
53
54
set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}.${LBANN_VERSION_PATCH}")
55
ReleaseNotes.txt
@@ -16,6 +16,11 @@ I/O & data readers:
16
Build system:
17
18
Retired features:
19
+
20
+============================== Release Notes: v0.98.1 ==============================
21
+Bug Fixes:
22
+ - Added missing header
23
24
============================== Release Notes: v0.98 ==============================
25
Support for new training algorithms:
26
- Hyperparameter exploration with Adam optimizers
0 commit comments