juliendenize / torchaug

Library to perform efficient vision data augmentations for CPU/GPU per-sample/batched data.
https://torchaug.readthedocs.io/en/latest/
Other
24 stars 2 forks source link

Fix device batch size #50

Closed juliendenize closed 4 months ago

juliendenize commented 4 months ago

Fix #45

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.22%. Comparing base (a1d269e) to head (85f33aa). Report is 4 commits behind head on main.

Files Patch % Lines
torchaug/transforms/_transform.py 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== + Coverage 88.18% 88.22% +0.04% ========================================== Files 45 45 Lines 3985 3993 +8 ========================================== + Hits 3514 3523 +9 + Misses 471 470 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.