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

Method __init__

utils.py:218–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216
217class LogResult:
218 def __init__(self):
219 self.result = defaultdict(list)
220 pass
221
222 def log(self, result: dict):
223 for key, value in result.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected