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

[Feat] Add torch.compile support #1791

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

minor doc update

f4e8545
Select commit
Loading
Failed to load commit list.
Open

[Feat] Add torch.compile support #1791

minor doc update
f4e8545
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Nov 21, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- tests/pytorch/test_models_classification_pt.py  2
- doctr/models/classification/zoo.py  1
- doctr/models/recognition/zoo.py  1
         

Complexity decreasing per file
==============================
+ tests/pytorch/test_models_zoo_pt.py  -1
+ tests/pytorch/test_models_recognition_pt.py  -1
+ tests/pytorch/test_models_detection_pt.py  -1
+ doctr/models/detection/linknet/pytorch.py  -1
         

Clones added
============
- tests/pytorch/test_models_classification_pt.py  3
         

Clones removed
==============
+ doctr/models/recognition/parseq/pytorch.py  -1
+ doctr/models/recognition/vitstr/pytorch.py  -1
+ doctr/models/recognition/crnn/pytorch.py  -1
+ doctr/models/recognition/sar/pytorch.py  -1
         

See the complete overview on Codacy