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

Method images

project_utils/visualization_utils.py:968–971  ·  view source on GitHub ↗
(self, bchw_tensor)

Source from the content-addressed store, hash-verified

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,
970 env=self.env,
971 opts=self.opts)
972
973 def img(self, name, img_):
974 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected