dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Streaming data from disk #450

Closed jeffrey-cochran closed 3 months ago

jeffrey-cochran commented 8 months ago

Sorry for posting this as an issue, but I didn't see anywhere to ask questions about the software on the landing page.

I have an application with an enormous conditional probability table, and I cannot ignore entries with low probability. Does infer.net have any support for streaming large arrays from disk (e.g., hdf5)?

tminka commented 8 months ago

No it doesn't.