[Question ] Affine Group Normalization is not supported at the moment.
Open
@samurdhikaru is already working on this.
Since Jun 15, 2022.
Feature Request
triaged
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
Description
The current Group Normalization Plugin does not seem to support affine Group Normalization as defined here (PyTorch) .
It seems like the scale is set to a vector of 1 and the bias to a vector of 0 by default.
Furthermore, the GroupNormalizationPluginCreator only accepts the parameters epsilon and nbGroups.
Would it be possible to add a way to use affine Group Norm ?
Thank you for your time and consideration
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.