MCPcopy Create free account
hub / github.com/PeizeSun/TransTrack / add_meter

Method add_meter

util/misc.py:216–217  ·  view source on GitHub ↗
(self, name, meter)

Source from the content-addressed store, hash-verified

214 meter.synchronize_between_processes()
215
216 def add_meter(self, name, meter):
217 self.meters[name] = meter
218
219 def log_every(self, iterable, print_freq, header=None):
220 i = 0

Callers 3

train_one_epochFunction · 0.95
train_one_epochFunction · 0.95
evaluateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected