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
be created after the init_param! call, in which case it will train all initialized parameters.
In your example, switching the order of the init_param line and the ParamUpdate line fixes the issue. This is not documented, but definitely should be. I've opened another issue to track that (#455). Thanks for the report and sorry again for the months-late reply!
Hi! I try to use Gen.train and wrote this very simple test code:
I would expect the parameter x_mu to be trained but it always remains unchanged.
The text was updated successfully, but these errors were encountered: