WandbVisBackend
that can be used to
- log training and evaluation metrics.
- log and manage experiment configs.
- log additional records such as graph, images, scalars, etc.
Get started
Installopenmim
and wandb
.
- Command Line
- Notebook
mmengine
and mmcv
using mim
.
- Command Line
- Notebook
Use the WandbVisBackend
with MMEngine Runner
This section demonstrates a typical workflow using WandbVisBackend
using mmengine.runner.Runner
.
-
Define a
visualizer
from a visualization config.You pass a dictionary of arguments for W&B run initialization input parameters toinit_kwargs
. -
Initialize a
runner
with thevisualizer
, and callrunner.train()
.
Use the WandbVisBackend
with OpenMMLab computer vision libraries
The WandbVisBackend
can also be used easily to track experiments with OpenMMLab computer vision libraries such as MMDetection.