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

Class CheckpointCfg

flowmap/config/common.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25@dataclass
26class CheckpointCfg:
27 every_n_train_steps: int
28 load: str | None # str instead of Path, since it could be wandb://...
29
30
31@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected