Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LTH14/mar
/ synchronize_between_processes
Method
synchronize_between_processes
util/misc.py:112–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
return
self.delimiter.join(loss_str)
111
112
def
synchronize_between_processes(self):
113
for
meter in self.meters.values():
114
meter.synchronize_between_processes()
115
116
def
add_meter(self, name, meter):
117
self.meters[name] = meter
Callers
1
train_one_epoch
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected