Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/XPixelGroup/DiffBIR
/ get_chunk
Function
get_chunk
llava/eval/model_vqa.py:24–26 ·
view source on GitHub ↗
(lst, n, k)
Source
from the content-addressed store, hash-verified
22
23
24
def
get_chunk(lst, n, k):
25
chunks = split_list(lst, n)
26
return
chunks[k]
27
28
29
def
eval_model(args):
Callers
1
eval_model
Function · 0.70
Calls
1
split_list
Function · 0.70
Tested by
no test coverage detected