Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
log(stats, step=None):
81
if
is_main_process():
82
wandb.log({k: v
for
k, v in stats.items()}, step=step)
83
84
85
def
log_image(sample, step=None):
Callers
nothing calls this directly
Calls
1
is_main_process
Function · 0.85
Tested by
no test coverage detected