File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ endif ()
4848#
4949
5050set (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
5454set (LBANN_VERSION "${LBANN_VERSION_MAJOR} .${LBANN_VERSION_MINOR} .${LBANN_VERSION_PATCH} " )
5555
Original file line number Diff line number Diff line change 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 ==============================
220Support for new training algorithms:
321 - Hyperparameter exploration with Adam optimizers
422 - LTFB can perform inter-trainer communication via checkpoint files
You can’t perform that action at this time.
0 commit comments