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
Do you want me to rename those methods _init_params instead? Users should be calling the ::Tuple methods.
The ::Tuple methods have an rng as a positional argument, and the API ones that take an AbstractChain have it as a kwarg.
In some places
init_params!
is defined withrng
as a kwarg and in some places it's an arg.The text was updated successfully, but these errors were encountered: