From 9a1f91892a4589e7b89e294f13d676165dd4024b Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 4 Apr 2019 17:26:06 +0200 Subject: [PATCH] Fixes typo Signed-off-by: Jim Martens --- src/twomartens/masterthesis/aae/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/aae/train.py b/src/twomartens/masterthesis/aae/train.py index fa4af27..cd9183c 100644 --- a/src/twomartens/masterthesis/aae/train.py +++ b/src/twomartens/masterthesis/aae/train.py @@ -53,7 +53,7 @@ def train_simple(dataset: tf.data.Dataset, train_epoch: int = 80, verbose: bool = True) -> None: """ - Trains aut-encoder for given data set. + Trains auto-encoder for given data set. This function provides early stopping and creates checkpoints after every epoch as well as after finishing training (or stopping early). When starting