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

[misc] Change prefered backend from tf to torch #1779

Merged
merged 4 commits into from
Nov 18, 2024

Conversation

felixdittrich92
Copy link
Contributor

@felixdittrich92 felixdittrich92 commented Nov 16, 2024

This PR:

  • Change docTR's "prefered" backend from TF to PyTorch if both frameworks are installed
  • Change the API template backend to PyTorch
  • Documentation is build from code base with PyTorch as prefered backend now
  • Some documentation fixes

Any feedback is welcome 🤗

@felixdittrich92 felixdittrich92 changed the title Move pytorch first [misc] Change prefered backend from tf to torch Nov 16, 2024
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.62%. Comparing base (83f1bc5) to head (9a619ce).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1779      +/-   ##
==========================================
+ Coverage   96.56%   96.62%   +0.05%     
==========================================
  Files         164      165       +1     
  Lines        7895     7901       +6     
==========================================
+ Hits         7624     7634      +10     
+ Misses        271      267       -4     
Flag Coverage Δ
unittests 96.62% <100.00%> (+0.05%) ⬆️

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 added this to the 0.11.0 milestone Nov 16, 2024
@felixdittrich92 felixdittrich92 added topic: documentation Improvements or additions to documentation topic: ci Related to CI module: models Related to doctr.models module: io Related to doctr.io module: utils Related to doctr.utils module: datasets Related to doctr.datasets module: transforms Related to doctr.transforms ext: api Related to api folder framework: pytorch Related to PyTorch backend framework: tensorflow Related to TensorFlow backend type: misc Miscellaneous ext: docs Related to docs folder module: contrib Related to doctr.contrib labels Nov 16, 2024
@felixdittrich92 felixdittrich92 self-assigned this Nov 16, 2024
@felixdittrich92 felixdittrich92 marked this pull request as ready for review November 16, 2024 18:02
@felixdittrich92 felixdittrich92 merged commit c56bf41 into mindee:main Nov 18, 2024
81 of 82 checks passed
@felixdittrich92 felixdittrich92 deleted the move-pytorch-first branch November 18, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: api Related to api folder ext: docs Related to docs folder framework: pytorch Related to PyTorch backend framework: tensorflow Related to TensorFlow backend module: contrib Related to doctr.contrib module: datasets Related to doctr.datasets module: io Related to doctr.io module: models Related to doctr.models module: transforms Related to doctr.transforms module: utils Related to doctr.utils topic: ci Related to CI topic: documentation Improvements or additions to documentation type: misc Miscellaneous
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants