summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:24:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:24:11 +0200
commit8479937dab8717e0464c4a210b40915bf9d1a543 (patch)
tree44c97ab6f86e953d0fd0ced4b34aa5d48f7074ea
parent7edeb5b6d90d27fd33c3f2ef146b8d686f00e304 (diff)
Add comment in Iam Extended
-rw-r--r--text_recognizer/data/iam_extended_paragraphs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text_recognizer/data/iam_extended_paragraphs.py b/text_recognizer/data/iam_extended_paragraphs.py
index f43e3f7..22d00f1 100644
--- a/text_recognizer/data/iam_extended_paragraphs.py
+++ b/text_recognizer/data/iam_extended_paragraphs.py
@@ -13,6 +13,7 @@ class IAMExtendedParagraphs(BaseDataModule):
"""A dataset with synthetic and real handwritten paragraph."""
def __attrs_post_init__(self) -> None:
+ """Post init constructor."""
self.iam_paragraphs = IAMParagraphs(
mapping=self.mapping,
batch_size=self.batch_size,