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
@info"Using a Dict for `initial_params` will be deprecated in a future release. Please use `InitFromParams(dict)` instead."
68
+
returnInitFromParams(d)
69
+
end
70
+
function_convert_initial_params(::AbstractVector)
71
+
returnerror(
72
+
"`initial_params` must be a `NamedTuple`, an `AbstractDict{<:VarName}`, or ideally an `AbstractInitStrategy`. Using a vector of parameters for `initial_params` is no longer supported. Please see https://turinglang.org/docs/usage/sampling-options/#specifying-initial-parameters for details on how to update your code.",
0 commit comments