File size: 494 Bytes
1a8a6d9 3c1f9ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: other
license_name: radio
license_link: LICENSE
---
# AM-RADIO: Reduce All Domains Into One
## Pretrained Models
Refer to `model_results.csv` for model versions and their metrics.
### HuggingFace Hub
_Coming Soon_
### TorchHub
```Python
import torch
# If you don't supply the `version` parameter, the latest ViT version will be returned.
model = torch.hub.load('NVlabs/RADIO', 'radio_model', version='radio_v1', progress=True)
print(model)
```
## Training
_Coming Soon_
|