probabilists / lampe

Likelihood-free AMortized Posterior Estimation with PyTorch
https://lampe.readthedocs.io
MIT License
119 stars 11 forks source link

Tutorial does not agree with API #11

Closed bkmi closed 1 year ago

bkmi commented 1 year ago

Description

The simulator tutorial references JointDataset, which does not exist.

Expectation

It should probably be updated to IterableJointDataset or JointLoader.

francois-rozet commented 1 year ago

Hello @bkmi, JointDataset was added in the latest version (0.7.3). See https://lampe.readthedocs.io/en/stable/api/lampe.data.html#lampe.data.JointDataset .

bkmi commented 1 year ago

Oh I see!