This model was trained with pythae. It can be downloaded or reloaded using the method load_from_hf_hub
>>> from pythae.models import AutoModel
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="clementchadebec/reproduced_rae_gp")
Reproducibility
This trained model reproduces the results of the official implementation of [1].
Model | Dataset | Metric | Obtained value | Reference value |
---|---|---|---|---|
RAE_GP | MNIST | FID | 9.7 | 9.4 |
[1] Partha Ghosh, Mehdi SM Sajjadi, Antonio Vergari, Michael Black, and Bernhard Schölkopf. From variational to deterministic autoencoders. In 8th International Conference on Learning Representations, ICLR 2020, 2020.
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model’s pipeline type.