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

Method visualize

flowmap/visualization/visualizer.py:23–32  ·  view source on GitHub ↗
(
        self,
        batch: Batch,
        flows: Flows,
        tracks: list[Tracks] | None,
        model_output: ModelOutput,
        model: Model,
        global_step: int,
    )

Source from the content-addressed store, hash-verified

21
22 @abstractmethod
23 def visualize(
24 self,
25 batch: Batch,
26 flows: Flows,
27 tracks: list[Tracks] | None,
28 model_output: ModelOutput,
29 model: Model,
30 global_step: int,
31 ) -> dict[str, Float[Tensor, "3 _ _"] | Float[Tensor, ""]]:
32 pass

Callers 2

validation_stepMethod · 0.45
validation_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected