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 was archived by the owner on Nov 17, 2023. It is now read-only.
from mxnet.gluon.contrib.nn import SyncBatchNorm
BatchNorm2d = functools.partial(SyncBatchNorm, num_devices=4)
when run the code, the error is syncbatchnorm0_gamma' has not been initialized yet because initialization was deferred.
when i change the SyncBatchNorm to BatchNorm is ok....
i use net.initialize(ctx=[mx.cpu(0)]) to init params
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The part of forward..
The part of define..
the BatchNorm2d is
when run the code, the error is
syncbatchnorm0_gamma' has not been initialized yet because initialization was deferred.when i change the SyncBatchNorm to BatchNorm is ok....
i use
net.initialize(ctx=[mx.cpu(0)])to init paramsBeta Was this translation helpful? Give feedback.
All reactions