Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/RADIO
/ embed_dim
Method
embed_dim
examples/common/model_loader.py:204–205 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
202
203
@property
204
def
embed_dim(self):
205
return
self.inner.patch_embed.proj.out_channels
206
207
@property
208
def
patch_size(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected