Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/RADIO
/ patch_size
Method
patch_size
examples/common/model_loader.py:84–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
83
@property
84
def
patch_size(self):
85
return
self.inner.visual.patch_size[0]
86
87
@property
88
def
vision_encoder(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected