Fixes typo

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-04 17:26:06 +02:00
parent 1f25122749
commit 9a1f91892a

View File

@ -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