MCPcopy
hub / github.com/openai/improved-diffusion / logkv_mean

Function logkv_mean

improved_diffusion/logger.py:221–225  ·  view source on GitHub ↗

The same as logkv(), but if called many times, values averaged.

(key, val)

Source from the content-addressed store, hash-verified

219
220
221def logkv_mean(key, val):
222 """
223 The same as logkv(), but if called many times, values averaged.
224 """
225 get_current().logkv_mean(key, val)
226
227
228def logkvs(d):

Callers

nothing calls this directly

Calls 2

get_currentFunction · 0.85
logkv_meanMethod · 0.80

Tested by

no test coverage detected