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

[TF] Change eager mode #1763

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Conversation

felixdittrich92
Copy link
Contributor

@felixdittrich92 felixdittrich92 commented Oct 25, 2024

This PR:

  • move eager mode to the only required part -> exporting to onnx
  • boosts inference + training by ~10%

Any feedback is welcome 🤗

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.58%. Comparing base (d0eff67) to head (a4dfdff).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1763      +/-   ##
==========================================
+ Coverage   96.55%   96.58%   +0.02%     
==========================================
  Files         164      164              
  Lines        7895     7895              
==========================================
+ Hits         7623     7625       +2     
+ Misses        272      270       -2     
Flag Coverage Δ
unittests 96.58% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixdittrich92 felixdittrich92 marked this pull request as ready for review October 25, 2024 20:19
@felixdittrich92 felixdittrich92 changed the title [DRAFT] Change eager mode [TF] Change eager mode Oct 25, 2024
@felixdittrich92 felixdittrich92 added this to the 0.11.0 milestone Oct 25, 2024
@felixdittrich92 felixdittrich92 self-assigned this Oct 25, 2024
@felixdittrich92 felixdittrich92 added type: enhancement Improvement module: models Related to doctr.models framework: tensorflow Related to TensorFlow backend labels Oct 25, 2024
@felixdittrich92 felixdittrich92 merged commit f0ab8c0 into mindee:main Oct 29, 2024
82 checks passed
@felixdittrich92 felixdittrich92 deleted the eager-test branch October 29, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework: tensorflow Related to TensorFlow backend module: models Related to doctr.models type: enhancement Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants