MCPcopy Create free account
hub / github.com/csuhan/OneLLM / __call__

Method __call__

data/data_utils.py:36–37  ·  view source on GitHub ↗
(self, pics)

Source from the content-addressed store, hash-verified

34
35class PairToTensor(transforms.ToTensor):
36 def __call__(self, pics):
37 return [F.to_tensor(pic) for pic in pics]
38
39
40class PairNormalize(transforms.Normalize):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected