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

Class LossTrackingCfg

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

Source from the content-addressed store, hash-verified

16
17@dataclass
18class LossTrackingCfg(LossCfgCommon):
19 name: Literal["tracking"]
20 mapping: MappingCfg
21
22
23class LossTracking(Loss[LossTrackingCfg]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected