MCPcopy Create free account
hub / github.com/TPCD/DCCL / log

Method log

project_utils/visualization_utils.py:965–966  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

963 self.viz_logger = self._viz_prototype(self.chart)
964
965 def log(self, *args, **kwargs):
966 self.viz_logger(*args, **kwargs)
967
968 def images(self, bchw_tensor):
969 self._viz.images(bchw_tensor, padding=self.pad_value, nrow=self.nrow, win=self.win,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected