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

Method vision_encoder

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

Source from the content-addressed store, hash-verified

210
211 @property
212 def vision_encoder(self):
213 return self.inner
214
215 def forward(self, x: torch.Tensor, **kwargs) -> Tuple[torch.Tensor, torch.Tensor]:
216 x = self.inner.patch_embed(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected