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 typo in documentation for the extract_patches function. #20262

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

himalayo
Copy link
Contributor

I've found a typo in the documentation for the extract_patches function. It said (patches_height, patches_widht) instead of (patches_height, patches_width).
My commit fixes that.

I've found a typo in the documentation for the extract_patches function. It said (patches_height, patches_widht) instead of (patches_height, patches_width).
Copy link

google-cla bot commented Sep 16, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.96%. Comparing base (db456b7) to head (512001b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #20262   +/-   ##
=======================================
  Coverage   78.96%   78.96%           
=======================================
  Files         505      505           
  Lines       48005    48005           
  Branches     8839     8839           
=======================================
  Hits        37906    37906           
  Misses       8294     8294           
  Partials     1805     1805           
Flag Coverage Δ
keras 78.82% <ø> (ø)
keras-jax 62.23% <ø> (ø)
keras-numpy 57.37% <ø> (-0.01%) ⬇️
keras-tensorflow 63.62% <ø> (ø)
keras-torch 62.27% <ø> (ø)

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.

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Sep 16, 2024
@fchollet fchollet merged commit e94e0ba into keras-team:master Sep 16, 2024
7 checks passed
@google-ml-butler google-ml-butler bot removed ready to pull Ready to be merged into the codebase kokoro:force-run labels Sep 16, 2024
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.

4 participants