Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rten v0.10.0 #79

Merged
merged 2 commits into from
May 25, 2024
Merged

Bump rten v0.10.0 #79

merged 2 commits into from
May 25, 2024

Commits on May 25, 2024

  1. Bump rten to v0.10.0

    The changes include significant performance improvements for the GRU operator,
    which makes recognition of long text lines faster, as well as adapting the
    thread pool size to the number of physical rather than logical cores, reducing
    overhead on systems with SMT / hyperthreading.
    robertknight committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ce42a95 View commit details
    Browse the repository at this point in the history
  2. Run Ocrs parallel recognition in RTen's thread pool

    RTen model execution is multi-threaded by default. To avoid contention between
    threads in the Rayon global thread pool and RTen's thread pool, run parallel
    recognition over batches of line images in RTen's thread pool.
    robertknight committed May 25, 2024
    Configuration menu
    Copy the full SHA
    71f6176 View commit details
    Browse the repository at this point in the history