MCPcopy Create free account
hub / github.com/GeWu-Lab/AnyTouch2 / add_meter

Method add_meter

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

Source from the content-addressed store, hash-verified

118 meter.synchronize_between_processes()
119
120 def add_meter(self, name, meter):
121 self.meters[name] = meter
122
123 def log_every(self, iterable, print_freq, header=None):
124 i = 0

Callers 2

train_one_epochFunction · 0.95
train_one_epochFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected