Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/AgentCPM-GUI
/ __len__
Method
__len__
sft/dataset.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
self.max_line_res = max_line_res
50
51
def
__len__(self):
52
return
len(self.raw_data)
53
54
def
__resize__(self, origin_img):
55
resolution = origin_img.size
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected