Skip to content

Commit

Permalink
Release for version v0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Feb 9, 2019
1 parent 8ae4e79 commit 240cad3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ endif ()
#

set(LBANN_VERSION_MAJOR 0)
set(LBANN_VERSION_MINOR 97)
set(LBANN_VERSION_PATCH 1)
set(LBANN_VERSION_MINOR 98)
set(LBANN_VERSION_PATCH 0)

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

Expand Down
20 changes: 19 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
============================== (Pending) Release Notes: v0.98 ==============================
============================== (Pending) Release Notes: v0.99 ==============================
Support for new training algorithms:

Support for new network structures:

Support for new layers:

Performance optimizations:

Model portability & usability:

Internal features:

I/O & data readers:

Build system:

Retired features:
============================== Release Notes: v0.98 ==============================
Support for new training algorithms:
- Hyperparameter exploration with Adam optimizers
- LTFB can perform inter-trainer communication via checkpoint files
Expand Down

0 comments on commit 240cad3

Please sign in to comment.