MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / __init__

Method __init__

models/aios/backbones/backbone.py:119–120  ·  view source on GitHub ↗
(self, backbone, position_embedding)

Source from the content-addressed store, hash-verified

117
118class Joiner(nn.Sequential):
119 def __init__(self, backbone, position_embedding):
120 super().__init__(backbone, position_embedding)
121
122 def forward(self, tensor_list: NestedTensor):
123 xs = self[0](tensor_list)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected