MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / run

Method run

monai/bundle/workflows.py:148–153  ·  view source on GitHub ↗

Run the bundle workflow, it can be a training, evaluation or inference.

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

146
147 @abstractmethod
148 def run(self, *args: Any, **kwargs: Any) -> Any:
149 """
150 Run the bundle workflow, it can be a training, evaluation or inference.
151
152 """
153 raise NotImplementedError()
154
155 @abstractmethod
156 def finalize(self, *args: Any, **kwargs: Any) -> Any:

Callers 3

evaluateMethod · 0.45
runFunction · 0.45
run_workflowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected