diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-04 16:05:13 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-04 16:05:13 +0200 |
commit | 31e9673eef3088f08e3ee6aef8b78abd701ca329 (patch) | |
tree | f529d975d18d718a5d646e93f746d8be6f2f5cfe /text_recognizer/data/iam_extended_paragraphs.py | |
parent | 36964354407d0fdf73bdca2f611fee1664860197 (diff) |
Reformat test for CER
Diffstat (limited to 'text_recognizer/data/iam_extended_paragraphs.py')
-rw-r--r-- | text_recognizer/data/iam_extended_paragraphs.py | 1 |
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 51050fc..d2529b4 100644 --- a/text_recognizer/data/iam_extended_paragraphs.py +++ b/text_recognizer/data/iam_extended_paragraphs.py @@ -71,5 +71,6 @@ class IAMExtendedParagraphs(BaseDataModule): ) return basic + data + def show_dataset_info() -> None: load_and_print_info(IAMExtendedParagraphs) |