Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe-research/custom-diffusion
/ __len__
Method
__len__
customconcept101/evaluate.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
{
'caption'
: c_data}
32
33
def
__len__(self):
34
return
len(self.data)
35
36
37
def
Convert(image):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected