MCPcopy Create free account
hub / github.com/csuhan/OneLLM / add_meter

Method add_meter

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

Source from the content-addressed store, hash-verified

133 meter.synchronize_between_processes()
134
135 def add_meter(self, name, meter):
136 self.meters[name] = meter
137
138 def log_every(self, iterable, print_freq, header=None, start_iter=0):
139 i = start_iter

Callers 2

train_one_epochFunction · 0.95
train_one_epochFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected