MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / TimelineMilestone

Class TimelineMilestone

training/mlp_train.py:84–91  ·  view source on GitHub ↗

Milestone definition for the training timeline export.

Source from the content-addressed store, hash-verified

82
83@dataclass
84class TimelineMilestone:
85 """Milestone definition for the training timeline export."""
86
87 identifier: str
88 threshold_images: int
89 label: str
90 kind: str
91 dataset_multiple: float | None = None
92
93
94def export_model(

Callers 1

build_default_timelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected