Instructions to use asenella/reproducing_mmvae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pythae
How to use asenella/reproducing_mmvae with pythae:
from pythae.models import AutoModel model = AutoModel.load_from_hf_hub("asenella/reproducing_mmvae") - Notebooks
- Google Colab
- Kaggle
metadata
language: en
tags:
- pythae
license: apache-2.0
Downloading this model from the Hub
This model was trained with pythae. It can be downloaded or reloaded using the method load_from_hf_hub
>>> from multivae.models import AutoModel
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")