MCPcopy
hub / github.com/hzwer/ECCV2022-RIFE / train

Method train

model/RIFE.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.flownet = DDP(self.flownet, device_ids=[local_rank], output_device=local_rank)
31
32 def train(self):
33 self.flownet.train()
34
35 def eval(self):
36 self.flownet.eval()

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected