Jan
Jan
TODO: - [ ] adapt the tests: add `show_progress_bars=False` to the call to `sample(...)` here: https://github.com/sbi-dev/sbi/blob/3b1f34e3a5755f097652d8e54767881ad783d630/tests/linearGaussian_snle_test.py#L508 and here https://github.com/sbi-dev/sbi/blob/3b1f34e3a5755f097652d8e54767881ad783d630/tests/linearGaussian_snre_test.py#L421 - [ ] run these two tests locally (they are not...
@kevnster are you still interested in working on this? If not (no problem) I will close this PR and fix it in a different one. Best, Jan
Great, thank you!
Hi @kevnster I quick reminder for fixing this PR. We need to get this in by Friday. No problem if you cannot make it, just let us know.
closed due to inactivity. feel free to re-open.
Manuel's answer is a valid solution for the presented issue. In the long run, we will want to enable passing a custom dataloader that does all the data and memory...
`factory.py` contains the meta build functions like `posterior_nn` etc, while we have individual files for the `build_xyz(...)` build functions, e.g., `flow.py`, `mdn.py` etc. This should be refactored into a more...
closed with #1238 and #1237
Hey! Regarding the API it should be possible to directly use `prepare_for_sbi`: ``` simulator, prior, = prepare_for_sbi(simulator, [prior1, prior2, ...]) ``` Regarding the error: it seems one of your priors...