File size: 349 Bytes
539b8c8
 
 
 
 
 
 
 
 
 
 
ae18b8a
539b8c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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`
```python
>>> from pythae.models import AutoModel
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="bioimagearchive/resnet50_vqvae-idr0093")
```