Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
790
def
collate_wrapper():
791
def
collate_fn(batch):
792
return
SimpleCustomBatch(batch)
793
return
collate_fn
Callers
2
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected