You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: