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
Hi @paschermayr , sorry for the delay on this. I'm tied up for a while, but I think we can get something like this working. One possibility is to have a standard way to convert a predict call into a rand call, in a way that extra arguments are handled by passing them along directly. In this way any updates to rand will come into predict as well "for free"
From: https://julialang.zulipchat.com/#narrow/stream/240884-soss.2Ejl
Could we have an additional argument in the
predict
function, where we specify the number of samples taken? We can do this already viabut not via the
predict
function itself:The text was updated successfully, but these errors were encountered: