author()¶
- audmodel.author(uid, *, cache_root=None)[source]¶
Author of model.
- Parameters
uid (
str
) – unique model ID or short ID for latest versioncache_root (
Optional
[str
]) – cache folder where models and headers are stored. If not setaudmodel.default_cache_root()
is used
- Return type
- Returns
model author
- Raises
audbackend.BackendError – if connection to repository on backend cannot be established
RuntimeError – if model does not exist
Examples
>>> author("d4e9c65b-3.0.0") 'Calvin and Hobbes'