Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/improved-diffusion
/ log
Method
log
improved_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
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
run_bpd_evaluation
Function · 0.80
main
Function · 0.80
main
Function · 0.80
timestep_embedding
Function · 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
Calls
1
_do_log
Method · 0.95
Tested by
no test coverage detected