MCPcopy Create free account
hub / github.com/chengsen/PyTorch_TextGCN / log_single

Method log_single

utils.py:226–227  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

224 self.result[key].append(value)
225
226 def log_single(self, key, value):
227 self.result[key].append(value)
228
229 def show_str(self):
230 print()

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected