MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / collate_wrapper

Function collate_wrapper

data/dataset_base.py:790–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

788
789
790def collate_wrapper():
791 def collate_fn(batch):
792 return SimpleCustomBatch(batch)
793 return collate_fn

Callers 2

mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected