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 Jun 14, 2024. It is now read-only.
When using gluon blocks, it's common to not specify the shape of e.g. the inputs to begin with, say:
then I create my MXFusion model as follows:
I then define my posterior and initialize:
Now I'd like to set the variances to be some small value:
But here I get
mxnet.gluon.parameter.DeferredInitializationError
, since the shape of q_variance is still (256, 0).The text was updated successfully, but these errors were encountered: