MCPcopy Create free account
hub / github.com/NVlabs/RADIO / patch_size

Method patch_size

examples/common/model_loader.py:135–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133
134 @property
135 def patch_size(self):
136 return 14
137
138 def forward(self, *args, **kwargs):
139 features = self.inner.visual.trunk.forward_features(*args, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected