You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
* Fixed bug in CSV logger callback that was saving the logs as a space delimited file (#52, @mattwarkentin).
4
4
* Fixed bug in the length of the progress bar for the validation dataset (#52, @mattwarkentin).
5
5
*`ctx$data` now refers to the current in use `data` instead of always refering to `ctx$train_data`. (#54)
6
+
* Allow users to provide the minimum and maximum number of epochs when calling `fit.luz_module_generator()`. Removed `ctx$epochs` from context object and replaced it with `ctx$min_epochs` and `ctx$max_epochs` (#53, @mattwarkentin)
7
+
* Early stopping will now only occur if the minimum number of training epochs has been met (#53, @mattwarkentin)
0 commit comments