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

Add Op (group_norm) | feat(torchlib) #1750

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

titaiwangms
Copy link
Contributor

Add group normalization with instance normalization simulation (reference on native group norm).

NOTE: This approach does not support the input shape that can't reshape to (0, num_group, -1)

@titaiwangms titaiwangms added the topic: torch_lib Related to the torch/aten function lib in development label Jul 23, 2024
Copy link
Collaborator

@justinchuby justinchuby left a comment

Choose a reason for hiding this comment

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

Thank you!

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.02%. Comparing base (47a9e35) to head (4734c67).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1750      +/-   ##
==========================================
+ Coverage   74.99%   75.02%   +0.03%     
==========================================
  Files         245      245              
  Lines       26393    26417      +24     
  Branches     4807     4810       +3     
==========================================
+ Hits        19793    19819      +26     
+ Misses       5680     5677       -3     
- Partials      920      921       +1     

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

@titaiwangms titaiwangms merged commit 874365e into microsoft:main Jul 24, 2024
32 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: torch_lib Related to the torch/aten function lib in development
Projects
Development

Successfully merging this pull request may close these issues.

2 participants