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

gamma and beta dimensionality error in GroupNorm operator #17139

Closed
wintersurvival opened this issue Dec 21, 2019 · 4 comments
Closed

gamma and beta dimensionality error in GroupNorm operator #17139

wintersurvival opened this issue Dec 21, 2019 · 4 comments
Assignees

Comments

@wintersurvival
Copy link

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

@sxjscience
Copy link
Member

Should be a bug @haojin2 .

@samskalicky
Copy link
Contributor

@apeforest assign [@haojin2 ]
feel free to re-assign to the appropriate person

@mikeobr
Copy link

mikeobr commented Feb 24, 2020

Group Norm is available in the latest 1.6 release, does this issue mean it shouldn't be used?

@yzhliu
Copy link
Member

yzhliu commented Apr 30, 2020

fixed by #18199

@yzhliu yzhliu closed this as completed Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants