sbi-benchmark / sbibm

Simulation-based inference benchmark
https://sbi-benchmark.github.io
MIT License
88 stars 34 forks source link

Disable `sbi` transforms added in v0.17.0 #36

Closed jan-matthis closed 2 years ago

jan-matthis commented 2 years ago

sbi v0.17.0 added automatic transforms for MCMC sampling. This PR disables this new feature, since sbibm is handling transforms in its own way.

As part of this PR, I discovered a problem with the reinterpretation of batch dimensions as introduced recently in #27 -- I am still looking for the best alternative way to handle this. Update: Done in #37.

Closes #35