CoolFace
Modelpublic

asenella/MVTCAE_mmnist_python311

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
README.md14 linesDownload Raw Back to root
1---2language: en3tags:4- multivae5license: apache-2.06---7 8### Downloading this model from the Hub9This model was trained with multivae. It can be downloaded or reloaded using the method `load_from_hf_hub`10```python11>>> from multivae.models import AutoModel12>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")13```14