Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/42dot/VFDepth
/ eval_dataloader
Method
eval_dataloader
models/base_model.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
return
self._dataloaders[
'val'
]
31
32
def
eval_dataloader(self):
33
return
self._dataloaders[
'eval'
]
34
35
def
set_train(self):
36
self.mode =
'train'
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected