Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ test_dataloader
Method
test_dataloader
datasets/wds_dataloader.py:188–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
return
self.make_loader(self.validation, train=False)
187
188
def
test_dataloader(self):
189
return
self.make_loader(self.test, train=False)
190
191
192
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
make_loader
Method · 0.95
Tested by
no test coverage detected