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

Update fill_mode argument default value in RandomZoom class #20796

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mehtamansi29
Copy link
Collaborator

Update fill_mode argument default value in RandomZoom class Fixed #20794

@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.01%. Comparing base (5df8fb9) to head (59fe50f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #20796   +/-   ##
=======================================
  Coverage   82.01%   82.01%           
=======================================
  Files         557      557           
  Lines       52014    52016    +2     
  Branches     8037     8037           
=======================================
+ Hits        42657    42659    +2     
  Misses       7403     7403           
  Partials     1954     1954           
Flag Coverage Δ
keras 81.83% <ø> (+<0.01%) ⬆️
keras-jax 64.22% <ø> (+<0.01%) ⬆️
keras-numpy 58.96% <ø> (+<0.01%) ⬆️
keras-openvino 29.89% <ø> (-0.01%) ⬇️
keras-tensorflow 64.78% <ø> (+<0.01%) ⬆️
keras-torch 64.17% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@fchollet
Copy link
Collaborator

Thanks for the PR, it is the documentation we should fix not the default value. Reflect is the correct default.

@mehtamansi29
Copy link
Collaborator Author

Thanks for the PR, it is the documentation we should fix not the default value. Reflect is the correct default.

Okay. Thanks @fchollet . Let me change the default value in the documentation that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discrepancy in RandomZoom default fill_mode: Documentation states constant, but code uses reflect
4 participants