MCPcopy Create free account
hub / github.com/VCIP-RGBD/DFormer / __init__

Method __init__

utils/engine/engine.py:23–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class State(object):
23 def __init__(self):
24 self.epoch = 1
25 self.iteration = 0
26 self.dataloader = None
27 self.model = None
28 self.optimizer = None
29
30 def register(self, **kwargs):
31 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected