Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/guided-diffusion
/ log
Method
log
guided_diffusion/logger.py:376–378 ·
view source on GitHub ↗
(self, *args, level=INFO)
Source
from the content-addressed store, hash-verified
374
return
out
375
376
def
log(self, *args, level=INFO):
377
if
self.level <= level:
378
self._do_log(args)
379
380
# Configuration
381
# ----------------------------------------
Callers
15
compute_inception_score
Method · 0.80
timestep_embedding
Function · 0.80
_optimize_fp16
Method · 0.80
discretized_gaussian_log_likelihood
Function · 0.80
log
Function · 0.80
__init__
Method · 0.80
p_mean_variance
Method · 0.80
_vb_terms_bpd
Method · 0.80
_prior_bpd
Method · 0.80
_load_and_sync_parameters
Method · 0.80
_load_ema_parameters
Method · 0.80
_load_optimizer_state
Method · 0.80
Calls
1
_do_log
Method · 0.95
Tested by
no test coverage detected