MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / __init__

Method __init__

semantic_sam/modules/attention.py:327–328  ·  view source on GitHub ↗
(self, in_features: int, out_features: int)

Source from the content-addressed store, hash-verified

325 bias: Tensor # type: ignore
326
327 def __init__(self, in_features: int, out_features: int) -> None:
328 super().__init__(in_features, out_features, bias=True) # type: ignore
329
330
331class MultiheadAttention(nn.Module):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected