lampe icon indicating copy to clipboard operation
lampe copied to clipboard

Likelihood-free AMortized Posterior Estimation with PyTorch

Results 5 lampe issues
Sort by recently updated
recently updated
newest added

Resolve https://github.com/probabilists/lampe/issues/14

### Description The method described in [Calibrating Neural Simulation-Based Inference with Differentiable Coverage Probability](https://arxiv.org/abs/2310.13402) paper. ### Implementation New loss class in the `inference` module, similar to the [NRELoss](https://lampe.readthedocs.io/en/stable/api/lampe.inference.html#lampe.inference.NRELoss) ->[BNRELoss](https://lampe.readthedocs.io/en/stable/api/lampe.inference.html#lampe.inference.BNRELoss) enhancement....

enhancement

Hi, Thanks for the wonderful toolkit for simulation-based inference. I am learning it and found it very helpful with my work. I took a look at the examples in tutorial...

enhancement

### Description When computing the log probability with FMPE's log_prob method, the resulting probability values depend on the other input elements in the batch. The change I saw was in...

bug