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

Method patch_size

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

Source from the content-addressed store, hash-verified

206
207 @property
208 def patch_size(self):
209 return self.inner.patch_embed.proj.kernel_size[0]
210
211 @property
212 def vision_encoder(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected