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

Modified example in separable_conv2d #20629

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

Conversation

keerthanakadiri
Copy link
Contributor

Example code has changed by modifying existing code

Example code has changed by modifying existing code
@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.95%. Comparing base (e12ae46) to head (29be6d3).
Report is 64 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20629      +/-   ##
==========================================
- Coverage   82.37%   81.95%   -0.43%     
==========================================
  Files         517      553      +36     
  Lines       48517    51458    +2941     
  Branches     7570     7961     +391     
==========================================
+ Hits        39968    42174    +2206     
- Misses       6729     7346     +617     
- Partials     1820     1938     +118     
Flag Coverage Δ
keras 81.78% <ø> (-0.44%) ⬇️
keras-jax 64.04% <ø> (-1.33%) ⬇️
keras-numpy 58.90% <ø> (-1.45%) ⬇️
keras-openvino 29.84% <ø> (?)
keras-tensorflow 64.70% <ø> (-1.56%) ⬇️
keras-torch 64.08% <ø> (-1.18%) ⬇️

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.

@@ -91,7 +91,8 @@ class SeparableConv2D(BaseSeparableConv):
Example:

>>> x = np.random.rand(4, 10, 10, 12)
>>> y = keras.layers.SeparableConv2D(3, 4, 3, 2, activation='relu')(x)
>>> y = SeparableConv2D(filters=4, kernel_size=(4, 4),
strides=(2, 2), activation='relu')(x)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add ... at the start of the new line

Copy link

This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

4 participants