File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ $ cd ensmallen
109109
110110# - or -
111111
112- $ wget http://ensmallen.org/files/ensmallen-2.22.2 .tar.gz
113- $ tar -xvzpf ensmallen-2.22.2 .tar.gz
112+ $ wget http://ensmallen.org/files/ensmallen-3.10.0 .tar.gz
113+ $ tar -xvzpf ensmallen-3.10.0 .tar.gz
114114$ cd ensmallen-latest
115115```
116116
Original file line number Diff line number Diff line change 1- ### ensmallen ?.??.? : "??? "
2- ###### ????-??-??
1+ ### ensmallen 3.10.0 : "Unexpected Rain "
2+ ###### 2025-09-25
33 * SGD-like optimizers now all divide the step size by the batch size so that
44 step sizes don't need to be tuned in addition to batch sizes. If you require
55 behavior from ensmallen 2, define the ` ENS_OLD_SEPARABLE_STEP_BEHAVIOR ` macro
Original file line number Diff line number Diff line change 2121// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
2222// name will typically be a seemingly arbitrary set of words that does not
2323// contain the capitalized string "RC".
24- #define ENS_VERSION_NAME " RC1 "
24+ #define ENS_VERSION_NAME " Unexpected Rain "
2525// Incorporate the date the version was released.
2626#define ENS_VERSION_YEAR " 2025"
27- #define ENS_VERSION_MONTH " 04 "
28- #define ENS_VERSION_DAY " 30 "
27+ #define ENS_VERSION_MONTH " 09 "
28+ #define ENS_VERSION_DAY " 25 "
2929
3030namespace ens {
3131
You can’t perform that action at this time.
0 commit comments