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
Currently, the webppl team is investigating using callbacks to support streaming samples to disk. Once this pull request is merged, we should investigate defaulting to this option (with the additional onlyMAP: true option for inference methods) to incrementally stream the samples to file (e.g., when user is using MCMC, incrementalMH, SMC). We already write the samples to file, so this will just incrementalize the process and save lots of memory.
The text was updated successfully, but these errors were encountered:
Currently, the webppl team is investigating using callbacks to support streaming samples to disk. Once this pull request is merged, we should investigate defaulting to this option (with the additional
onlyMAP: true
option for inference methods) to incrementally stream the samples to file (e.g., when user is using MCMC, incrementalMH, SMC). We already write the samples to file, so this will just incrementalize the process and save lots of memory.The text was updated successfully, but these errors were encountered: