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

Class CommonCfg

flowmap/config/common.py:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37@dataclass
38class CommonCfg:
39 wandb: WandbCfg
40 checkpoint: CheckpointCfg
41 trainer: TrainerCfg
42 flow: FlowPredictorCfg
43 dataset: list[DatasetCfg]
44 frame_sampler: FrameSamplerCfg
45 model: ModelCfg
46 loss: list[LossCfg]
47 visualizer: list[VisualizerCfg]
48 cropping: CroppingCfg
49
50
51T = TypeVar("T")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected