MCPcopy Create free account
hub / github.com/dcharatan/flowmap / __init__

Method __init__

flowmap/loss/mapping/mapping.py:31–33  ·  view source on GitHub ↗
(self, cfg: T)

Source from the content-addressed store, hash-verified

29
30class Mapping(nn.Module, ABC, Generic[T]):
31 def __init__(self, cfg: T) -> None:
32 super().__init__()
33 self.cfg = cfg
34
35 def forward(
36 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected