MCPcopy
hub / github.com/princeton-vl/RAFT / step

Method step

train.py:35–36  ·  view source on GitHub ↗
(self, optimizer)

Source from the content-addressed store, hash-verified

33 def unscale_(self, optimizer):
34 pass
35 def step(self, optimizer):
36 optimizer.step()
37 def update(self):
38 pass
39

Callers 1

trainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected