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

Fix tf.where inconsistent dtype bug #126

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Fix tf.where inconsistent dtype bug #126

merged 2 commits into from
Nov 13, 2023

Conversation

james77777778
Copy link
Owner

Should fix #125

@james77777778 james77777778 self-assigned this Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (362d47c) 87.00% compared to head (407f3c1) 87.00%.

❗ Current head 407f3c1 differs from pull request most recent head f951f23. Consider uploading reports for the commit f951f23 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #126   +/-   ##
=======================================
  Coverage   87.00%   87.00%           
=======================================
  Files          63       63           
  Lines        4224     4224           
=======================================
  Hits         3675     3675           
  Misses        549      549           
Files Coverage Δ
keras_aug/datapoints/bounding_box/utils.py 80.95% <ø> (ø)
...yers/augmentation/geometry/random_zoom_and_crop.py 76.78% <ø> (ø)
...ayers/augmentation/regularization/random_cutout.py 93.58% <ø> (ø)
keras_aug/layers/preprocessing/geometry/resize.py 94.59% <ø> (ø)
...ug/layers/preprocessing/intensity/auto_contrast.py 86.11% <100.00%> (ø)
...ras_aug/layers/preprocessing/intensity/equalize.py 66.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@james77777778 james77777778 merged commit 9f6c60d into main Nov 13, 2023
2 checks passed
@james77777778 james77777778 deleted the fix-auto-aug branch November 13, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto Augmentation with mixed precision bug
1 participant