Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

gamma and beta dimensionality error in GroupNorm operator #17139

Description

@wintersurvival

Description

In the implement of mxnet.sym.GroupNorm,the size of gamma and beta is (group_number,)。However, in the paper of group norm the size of gamma and beta is (channel_number,) like the way of batchnorm.

Error Message

To Reproduce

Steps to reproduce

What have you tried to solve it?

Environment

mxnet v1.6.0

paste outputs here

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions