Skip to content

Commit

Permalink
Merge pull request #116 from bertsky/limit-batch-size
Browse files Browse the repository at this point in the history
split up prediction to avoid overly large batches (causing OOM)
  • Loading branch information
mikegerber authored Oct 7, 2024
2 parents 4adf09f + 842bd92 commit d9cde1f
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 180 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ install:

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

# Download example data (for the README)
example: $(EXAMPLE)
Expand Down
Loading

0 comments on commit d9cde1f

Please sign in to comment.