Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/RADIO
/ __init__
Method
__init__
examples/common/model_loader.py:199–201 ·
view source on GitHub ↗
(self, sam_encoder: nn.Module)
Source
from the content-addressed store, hash-verified
197
198
class
SAMWrapper(nn.Module):
199
def
__init__(self, sam_encoder: nn.Module):
200
super().__init__()
201
self.inner = sam_encoder
202
203
@property
204
def
embed_dim(self):
Callers
6
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected