MCPcopy 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
198class 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