[v1.x] Backport the GroupNorm implementation fix and introduce a migration path#18268
[v1.x] Backport the GroupNorm implementation fix and introduce a migration path#18268nickguletskii wants to merge 9 commits intoapache:v1.xfrom
Conversation
|
Hey @nickguletskii , Thanks for submitting the PR
CI supported jobs: [website, edge, centos-cpu, unix-cpu, centos-gpu, windows-gpu, miscellaneous, clang, unix-gpu, sanity, windows-cpu] Note: |
|
The linter checks are currently failing due to false positives in unrelated files: #18269 |
a32b4e8 to
b195706
Compare
|
@mxnet-bot run ci [edge, unix-gpu] |
|
Jenkins CI successfully triggered : [unix-gpu, edge] |
3a4b440 to
03263e1
Compare
|
@mxnet-bot run ci [all] |
|
Jenkins CI successfully triggered : [windows-cpu, unix-cpu, miscellaneous, centos-gpu, unix-gpu, clang, windows-gpu, sanity, centos-cpu, website, edge] |
03263e1 to
38cfd14
Compare
Description
This is a backport of #18199 for MXNet 1.x that doesn't break compatibility with existing models.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments
GroupNormwill be moved tonpxin MXNet 2.0, introducing a (dummy)v2parameter in MXNet 2.0 is not necessary, since backward compatibility will be broken anyways.