Views
No views yet
load_from_hf_hub1>>> from pythae.models import AutoModel
2>>> model = AutoModel.load_from_hf_hub(hf_hub_path="clementchadebec/reproduced_iwae")| Model | Dataset | Metric | Obtained value | Reference value |
|---|---|---|---|---|
| IWAE (n_samples=5) | Binary MNIST | NLL (5000 IS) | 87.85 (0.01) | 87.6 |
| IWAE (n_samples=50) | Binary MNIST | NLL (5000 IS) | 86.82 (0.01) | 87.1 |