MCPcopy
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
24def get_chunk(lst, n, k):
25 chunks = split_list(lst, n)
26 return chunks[k]
27
28
29def eval_model(args):

Callers 1

eval_modelFunction · 0.70

Calls 1

split_listFunction · 0.70

Tested by

no test coverage detected