MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / run

Method run

monai/utils/jupyter_utils.py:296–298  ·  view source on GitHub ↗

Calls the `run` method of the wrapped engine.

(self)

Source from the content-addressed store, hash-verified

294 self.engine.add_event_handler(Events.ITERATION_COMPLETED, self._update_status)
295
296 def run(self):
297 """Calls the `run` method of the wrapped engine."""
298 self.engine.run()
299
300 def stop(self):
301 """Stop the engine and join the thread."""

Callers 1

run_cmdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected