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

Method device

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

Source from the content-addressed store, hash-verified

36 self.flownet.eval()
37
38 def device(self):
39 self.flownet.to(device)
40
41 def load_model(self, path, rank=0):
42 def convert(param):

Callers 15

__init__Method · 0.95
train.pyFile · 0.45
inference_img.pyFile · 0.45
inference_video.pyFile · 0.45
dataset.pyFile · 0.45
loss.pyFile · 0.45
laplacian.pyFile · 0.45
refine.pyFile · 0.45
RIFE.pyFile · 0.45
warplayer.pyFile · 0.45
refine_2R.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected