Richard Gao

Results 2 issues of Richard Gao

currently, sampling from posterior rejects samples outside of the prior bounds (by design, due to leakage), but it may be useful to optionally allow sampling outside of the bounds with...

enhancement
good first issue

This is not really an `sbi` bug but a `pytorch` one, but good to be aware anyway if using custom prior distributions: in `pytorch` [TransformedDistributions](https://github.com/pytorch/pytorch/blob/master/torch/distributions/transformed_distribution.py#L99), `support` is computed as: `support...

bug
blocked