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

Method synchronize_between_processes

util/misc.py:116–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 return self.delimiter.join(loss_str)
115
116 def synchronize_between_processes(self):
117 for meter in self.meters.values():
118 meter.synchronize_between_processes()
119
120 def add_meter(self, name, meter):
121 self.meters[name] = meter

Callers 4

train_one_epochFunction · 0.95
evaluateFunction · 0.95
train_one_epochFunction · 0.95
evaluateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected