MCPcopy Create free account
hub / github.com/PolymathicAI/AstroCLIP / __str__

Method __str__

astroclip/astrodino/utils.py:46–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 )
45
46 def __str__(self):
47 loss_str = []
48 for name, meter in self.meters.items():
49 loss_str.append("{}: {}".format(name, str(meter)))
50 return self.delimiter.join(loss_str)
51
52 def synchronize_between_processes(self):
53 for meter in self.meters.values():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected