unwatch

function wandb.unwatch

wandb.unwatch(
    models: 'torch.nn.Module | Sequence[torch.nn.Module] | None' = None
)  None

Remove pytorch model topology, gradient and parameter hooks.

Args: models (torch.nn.Module | Sequence[torch.nn.Module]): Optional list of pytorch models that have had watch called on them


Last modified February 26, 2025: d8c9f41