-
Notifications
You must be signed in to change notification settings - Fork 613
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
Change GroupNormalization default groups to 32. #2241
Change GroupNormalization default groups to 32. #2241
Conversation
You are owner of some files modified in this pull request. |
To clarify: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for contributing. Could you add to the documentation by specifying the default number of groups used?
Edited the |
LGTM! Thanks @aaronmondal and @Harsh188 |
Thank you @Harsh188 and @AakashKumarNain for your quick review and approval :) |
* Change GroupNormalization default groups to 32. * Explicitly set groups for GroupNormalization test to 2. * Update documentation. * Fix whitespace. * Remove unnecessary reference. * Change citation
This changes the default
groups
parameter to32
, as recommended by the authors of Group Normalization.Fixes #2240