Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hzwer/ECCV2022-RIFE
/ __len__
Method
__len__
dataset.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
self.load_data()
26
27
def
__len__(self):
28
return
len(self.meta_data)
29
30
def
load_data(self):
31
cnt = int(len(self.trainlist) * 0.95)
Callers
1
train
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected