asenella's picture
Uploading MMVAEPlus in asenella/mmnist_MMVAEPlusconfig2_seed_0_ratio_0_c
60ea72e
|
raw
history blame contribute delete
No virus
343 Bytes
---
language: en
tags:
- multivae
license: apache-2.0
---
### 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")
```