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

[transforms] update random apply to work also with targets #1333

Merged
merged 2 commits into from
Sep 27, 2023

ignore mypy warning

5e9e428
Select commit
Loading
Failed to load commit list.
Merged

[transforms] update random apply to work also with targets #1333

ignore mypy warning
5e9e428
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 27, 2023 in 0s

95.78% (+0.00%) compared to 3271460

View this Pull Request on Codecov

95.78% (+0.00%) compared to 3271460

Details

Codecov Report

Merging #1333 (5e9e428) into main (3271460) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is 95.23%.

@@           Coverage Diff           @@
##             main    #1333   +/-   ##
=======================================
  Coverage   95.78%   95.78%           
=======================================
  Files         154      154           
  Lines        6902     6902           
=======================================
  Hits         6611     6611           
  Misses        291      291           
Files Coverage Δ
doctr/models/classification/predictor/pytorch.py 95.45% <100.00%> (ø)
doctr/models/detection/predictor/pytorch.py 95.23% <100.00%> (ø)
doctr/models/kie_predictor/pytorch.py 100.00% <100.00%> (ø)
doctr/models/predictor/pytorch.py 100.00% <100.00%> (ø)
doctr/models/recognition/parseq/pytorch.py 97.16% <100.00%> (ø)
doctr/models/recognition/parseq/tensorflow.py 97.33% <100.00%> (ø)
doctr/models/recognition/predictor/pytorch.py 91.66% <100.00%> (ø)
doctr/models/recognition/vitstr/pytorch.py 100.00% <100.00%> (ø)
doctr/models/recognition/vitstr/tensorflow.py 97.61% <100.00%> (ø)
doctr/transforms/modules/base.py 94.59% <75.00%> (ø)