zamba.models.utils¶
Attributes¶
S3_BUCKET = 's3://drivendata-public-assets'
module-attribute
¶
Classes¶
RegionEnum
¶
Functions¶
download_weights(filename: str, destination_dir: Union[os.PathLike, str], weight_region: RegionEnum = RegionEnum('us')) -> Path
¶
Source code in zamba/models/utils.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
get_model_checkpoint_filename(model_name)
¶
Source code in zamba/models/utils.py
40 41 42 43 44 45 46 47 |
|