Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ __len__
Method
__len__
datasets/sampler.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
return
iter(indices)
46
47
def
__len__(self) -> int:
48
return
self.num_samples - self.start_index
49
50
def
reset(self) -> None:
51
self.start_index = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected