MCPcopy
hub / github.com/thuml/Transfer-Learning-Library / __str__

Method __str__

tllib/utils/meter.py:77–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 self.val = val
76
77 def __str__(self):
78 fmtstr = '{name} {val' + self.fmt + '}'
79 return fmtstr.format(**self.__dict__)
80
81
82class ProgressMeter(object):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected