decima.hub package¶
Submodules¶
decima.hub.download module¶
- decima.hub.download.download_decima_metadata()[source]¶
Download pre-trained Decima model data from wandb.
Module contents¶
- decima.hub.load_decima_model(model=0, device=None)[source]¶
Load a pre-trained Decima model from wandb or local path.
- Parameters:
- Returns:
A pre-trained Decima model instance loaded on the specified device.
- Return type:
- Raises:
ValueError – If model identifier is invalid or not found.