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

Refactor torch's affine_transform #929

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

james77777778
Copy link
Contributor

Since map_coordinates has been implemented in torch, we can now use it to perform affine_transform.
Several performance issues have been resolved to align with the original implementation using tnn.grid_sample.

tnn.grid_sample ops.image.map_coordinates
1.702s 0.255s
  • tnn.grid_sample (original): colab
  • ops.image.map_coordinates (this PR): colab

The codebase will be cleaner and more consistent with other backends after the changes.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage: 87.50% and project coverage change: +0.02% 🎉

Comparison is base (0aa999b) 83.65% compared to head (227416b) 83.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #929      +/-   ##
==========================================
+ Coverage   83.65%   83.68%   +0.02%     
==========================================
  Files         318      318              
  Lines       28666    28637      -29     
  Branches     5464     5462       -2     
==========================================
- Hits        23980    23964      -16     
+ Misses       3168     3158      -10     
+ Partials     1518     1515       -3     
Flag Coverage Δ
keras_core 83.58% <87.50%> (+0.02%) ⬆️
keras_core-jax 67.17% <0.00%> (+0.06%) ⬆️
keras_core-numpy 60.41% <0.00%> (+0.06%) ⬆️
keras_core-tensorflow 66.85% <0.00%> (+0.06%) ⬆️
keras_core-torch 69.19% <87.50%> (+0.01%) ⬆️

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

Files Changed Coverage Δ
keras_core/ops/image.py 76.22% <ø> (ø)
keras_core/backend/torch/image.py 83.80% <87.50%> (+4.85%) ⬆️

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

Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

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

Great work! LGTM

@fchollet fchollet merged commit 5af4344 into keras-team:main Sep 20, 2023
@james77777778 james77777778 deleted the improve-affine-transform branch September 21, 2023 00:43
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.

None yet

2 participants