Skip to content

Commit d9cde1f

Browse files
authored
Merge pull request #116 from bertsky/limit-batch-size
split up prediction to avoid overly large batches (causing OOM)
2 parents 4adf09f + 842bd92 commit d9cde1f

File tree

3 files changed

+203
-180
lines changed

3 files changed

+203
-180
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ install:
4040

4141
$(MODEL):
4242
ocrd resmgr download ocrd-calamari-recognize $@
43-
# Workaround, see #91 https://github.com/OCR-D/ocrd_calamari/issues/91
44-
fix-calamari1-model ~/.local/share/ocrd-resources/ocrd-calamari-recognize/$@
4543

4644
# Download example data (for the README)
4745
example: $(EXAMPLE)

0 commit comments

Comments
 (0)