Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ reset
Method
reset
ram/data/utils/prefetch_dataloader.py:123–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
return
batch
122
123
def
reset(self):
124
self.loader = iter(self.ori_loader)
125
self.preload()
Callers
1
train_pipeline
Function · 0.95
Calls
1
preload
Method · 0.95
Tested by
no test coverage detected