Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe-research/custom-diffusion
/ __len__
Method
__len__
customconcept101/evaluate.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
return
{
'image'
: image}
62
63
def
__len__(self):
64
return
len(self.data)
65
66
67
class
DINOImageDataset(torch.utils.data.Dataset):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected