src.yolov5.utils.wandb_logging package
Submodules
src.yolov5.utils.wandb_logging.log_dataset module
src.yolov5.utils.wandb_logging.wandb_utils module
Utilities and tools for tracking runs with Weights & Biases.
- class src.yolov5.utils.wandb_logging.wandb_utils.WandbLogger(opt, name, run_id, data_dict, job_type='Training')[source]
Bases:
object
Log training runs, datasets, models, and predictions to Weights & Biases.
This logger sends information to W&B at wandb.ai. By default, this information includes hyperparameters, system configuration and metrics, model metrics, and basic data metrics and analyses.
By providing additional command line arguments to train.py, datasets, models and predictions can also be logged.
For more on how this logger is used, see the Weights & Biases documentation: https://docs.wandb.com/guides/integrations/yolov5