Skip to content

Commit 25eda79

Browse files
author
Matthew T. Warkentin
committed
Update NEWS
1 parent 836d801 commit 25eda79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Fixed bug in CSV logger callback that was saving the logs as a space delimited file (#52, @mattwarkentin).
44
* Fixed bug in the length of the progress bar for the validation dataset (#52, @mattwarkentin).
55
* `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)
68

79
# luz 0.1.0
810

0 commit comments

Comments
 (0)