download_cv_checkpoints.py#
Download code validation checkpoints from W&B to the local directory.
scripts/download_cv_checkpoints.py#
Download code validation checkpoints from W&B to the local directory.
usage: scripts/download_cv_checkpoints.py [-h] [--wandb_entity WANDB_ENTITY]
[--wandb_project WANDB_PROJECT]
[--overwrite]
checkpoint_names
[checkpoint_names ...]
- checkpoint_names#
The names of the checkpoints to download.
- -h, --help#
show this help message and exit
- --wandb_entity <wandb_entity>#
The wandb entity to use.
- --wandb_project <wandb_project>#
The wandb project to use.
- --overwrite, -o#
Whether to overwrite existing checkpoints.