Skip to content

Commit b467d10

Browse files
committed
Merge branch 'release-v0.98' into develop
2 parents 8ae4e79 + 240cad3 commit b467d10

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ endif ()
4848
#
4949

5050
set(LBANN_VERSION_MAJOR 0)
51-
set(LBANN_VERSION_MINOR 97)
52-
set(LBANN_VERSION_PATCH 1)
51+
set(LBANN_VERSION_MINOR 98)
52+
set(LBANN_VERSION_PATCH 0)
5353

5454
set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}.${LBANN_VERSION_PATCH}")
5555

ReleaseNotes.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
============================== (Pending) Release Notes: v0.98 ==============================
1+
============================== (Pending) Release Notes: v0.99 ==============================
2+
Support for new training algorithms:
3+
4+
Support for new network structures:
5+
6+
Support for new layers:
7+
8+
Performance optimizations:
9+
10+
Model portability & usability:
11+
12+
Internal features:
13+
14+
I/O & data readers:
15+
16+
Build system:
17+
18+
Retired features:
19+
============================== Release Notes: v0.98 ==============================
220
Support for new training algorithms:
321
- Hyperparameter exploration with Adam optimizers
422
- LTFB can perform inter-trainer communication via checkpoint files

0 commit comments

Comments
 (0)