Maciej Falkiewicz

Results 4 issues of 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...

awaiting response

# 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...

feature request
p1-important
A: experiments
regression
A: task-queue

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