Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/insactor
/ __len__
Method
__len__
diffmimic/utils/data.py:163–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
yield
from
iter(torch.randperm(len(self.data_source)).tolist())
162
163
def
__len__(self):
164
return
2 ** 31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected