MCPcopy Create free account
hub / github.com/CompVis/zigma / log

Function log

wandb_utils.py:80–82  ·  view source on GitHub ↗
(stats, step=None)

Source from the content-addressed store, hash-verified

78
79
80def log(stats, step=None):
81 if is_main_process():
82 wandb.log({k: v for k, v in stats.items()}, step=step)
83
84
85def log_image(sample, step=None):

Callers

nothing calls this directly

Calls 1

is_main_processFunction · 0.85

Tested by

no test coverage detected