CoolFace
Modelpublic

asenella/MMVAE_mmnist_python311

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
Model Card

Downloading this model from the Hub

This model was trained with multivae. It can be downloaded or reloaded using the method load_from_hf_hub

python
>>> from multivae.models import AutoModel
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")