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

Class LossCfgCommon

flowmap/loss/loss.py:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15@dataclass
16class LossCfgCommon:
17 enable_after: int
18 weight: float
19
20
21T = TypeVar("T", bound=LossCfgCommon)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected