-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it’s not hybridizable, it probably shouldn’t be offered as HybridBlock. How about adding it in contrib for now?
@mxnet-label-bot add[Gluon, pr-awaiting-review] |
Parameters | ||
---------- | ||
ngroups : int | ||
Numnber of channel groups in GN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
There is a typo 'numnber'.
gn.initialize(ctx=ctx) | ||
y = gn(x) | ||
y = y.reshape(0, 4, -1) | ||
print('y.mean(2) =', y.mean(2)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use logging.info instead of a print statement here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for pointing out :)
@zhanghang1989 Can you please address the review comments and try to merge this PR? Thanks! |
@zhanghang1989 Could you please provide an update on the PR? Thanks |
Thanks for following up. We temporarily move it to gluon-cv. |
Description
Using the BN as the backend. Currently, the block is not hybridizable, due to reading batch size.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments