MCPcopy
hub / github.com/openai/guided-diffusion / _do_log

Method _do_log

guided_diffusion/logger.py:397–400  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

395 # Misc
396 # ----------------------------------------
397 def _do_log(self, args):
398 for fmt in self.output_formats:
399 if isinstance(fmt, SeqWriter):
400 fmt.writeseq(map(str, args))
401
402
403def get_rank_without_mpi_import():

Callers 1

logMethod · 0.95

Calls 1

writeseqMethod · 0.45

Tested by

no test coverage detected