Removed left-over reference to early stopping
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -55,7 +55,7 @@ def train_simple(dataset: tf.data.Dataset,
|
|||||||
"""
|
"""
|
||||||
Trains auto-encoder for given data set.
|
Trains auto-encoder for given data set.
|
||||||
|
|
||||||
This function provides early stopping and creates checkpoints after every
|
This function creates checkpoints after every
|
||||||
epoch as well as after finishing training (or stopping early). When starting
|
epoch as well as after finishing training (or stopping early). When starting
|
||||||
this function with the same ``iteration`` then the training will try to
|
this function with the same ``iteration`` then the training will try to
|
||||||
continue where it ended last time by restoring a saved checkpoint.
|
continue where it ended last time by restoring a saved checkpoint.
|
||||||
|
|||||||
Reference in New Issue
Block a user