Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
class
LossCfgCommon:
17
enable_after: int
18
weight: float
19
20
21
T = TypeVar(
"T"
, bound=LossCfgCommon)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected