summaryrefslogtreecommitdiff
path: root/training/conf/datamodule/iam_extended_paragraphs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/datamodule/iam_extended_paragraphs.yaml')
-rw-r--r--training/conf/datamodule/iam_extended_paragraphs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/training/conf/datamodule/iam_extended_paragraphs.yaml b/training/conf/datamodule/iam_extended_paragraphs.yaml
index 64c3964..e4ef896 100644
--- a/training/conf/datamodule/iam_extended_paragraphs.yaml
+++ b/training/conf/datamodule/iam_extended_paragraphs.yaml
@@ -4,10 +4,10 @@ num_workers: 12
train_fraction: 0.8
pin_memory: true
transform:
- _target_: text_recognizer.data.stems.paragraph.ParagraphStem
+ _target_: text_recognizer.data.transforms.paragraph.ParagraphStem
augment: true
test_transform:
- _target_: text_recognizer.data.stems.paragraph.ParagraphStem
+ _target_: text_recognizer.data.transforms.paragraph.ParagraphStem
augment: false
target_transform:
_target_: text_recognizer.data.transforms.pad.Pad