Maciej Falkiewicz
Maciej Falkiewicz
# Bug Report ## Description Descpite having matching stages `dvc pull` with `--glob` option never finds any matches. ### Reproduce I can not share my code, and I don't think...
# Bug Report ## Description When an experiment fails, and I want to change something and re-run it, I first need to apply it, make changes and add the new...
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....