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

remove import dup

9a619ce
Select commit
Loading
Failed to load commit list.
Merged

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

remove import dup
9a619ce
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 16, 2024 in 0s

9 new issues (0 max.) of at least minor severity.

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

Issues
======
+ Solved 8
- Added 9
           

Complexity decreasing per file
==============================
+ doctr/transforms/modules/base.py  -2
+ doctr/models/detection/linknet/pytorch.py  -6
+ doctr/datasets/loader.py  -1
+ api/app/vision.py  -1
+ doctr/models/detection/differentiable_binarization/pytorch.py  -5
         

Clones removed
==============
+ api/tests/conftest.py  -4
         

See the complete overview on Codacy

Annotations

Check notice on line 1 in doctr/contrib/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/contrib/__init__.py#L1

'.artefacts.ArtefactDetector' imported but unused (F401)

Check notice on line 4 in doctr/models/classification/magc_resnet/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/classification/magc_resnet/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/classification/textnet/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/classification/textnet/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/classification/vit/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/classification/vit/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/modules/layers/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/modules/layers/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/modules/transformer/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/modules/transformer/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/modules/vision_transformer/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/modules/vision_transformer/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/recognition/master/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/recognition/master/__init__.py#L4

'.pytorch.*' imported but unused (F401)

Check notice on line 4 in doctr/models/recognition/parseq/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

doctr/models/recognition/parseq/__init__.py#L4

'.pytorch.*' imported but unused (F401)