@@ -64,7 +64,8 @@ class Evaluator(Workflow):
6464 event_names: additional custom ignite events that will register to the engine.
6565 new events can be a list of str or `ignite.engine.events.EventEnum`.
6666 event_to_attr: a dictionary to map an event to a state attribute, then add to `engine.state`.
67- for more details, check: https://github.com/pytorch/ignite/blob/v0.4.4.post1/ignite/engine/engine.py#L160
67+ for more details, check: https://pytorch.org/ignite/generated/ignite.engine.engine.Engine.html
68+ #ignite.engine.engine.Engine.register_events.
6869 decollate: whether to decollate the batch-first data to a list of data after model computation,
6970 default to `True`. if `False`, postprocessing will be ignored as the `monai.transforms` module
7071 assumes channel-first data.
@@ -166,7 +167,8 @@ class SupervisedEvaluator(Evaluator):
166167 event_names: additional custom ignite events that will register to the engine.
167168 new events can be a list of str or `ignite.engine.events.EventEnum`.
168169 event_to_attr: a dictionary to map an event to a state attribute, then add to `engine.state`.
169- for more details, check: https://github.com/pytorch/ignite/blob/v0.4.4.post1/ignite/engine/engine.py#L160
170+ for more details, check: https://pytorch.org/ignite/generated/ignite.engine.engine.Engine.html
171+ #ignite.engine.engine.Engine.register_events.
170172 decollate: whether to decollate the batch-first data to a list of data after model computation,
171173 default to `True`. if `False`, postprocessing will be ignored as the `monai.transforms` module
172174 assumes channel-first data.
@@ -293,7 +295,8 @@ class EnsembleEvaluator(Evaluator):
293295 event_names: additional custom ignite events that will register to the engine.
294296 new events can be a list of str or `ignite.engine.events.EventEnum`.
295297 event_to_attr: a dictionary to map an event to a state attribute, then add to `engine.state`.
296- for more details, check: https://github.com/pytorch/ignite/blob/v0.4.4.post1/ignite/engine/engine.py#L160
298+ for more details, check: https://pytorch.org/ignite/generated/ignite.engine.engine.Engine.html
299+ #ignite.engine.engine.Engine.register_events.
297300 decollate: whether to decollate the batch-first data to a list of data after model computation,
298301 default to `True`. if `False`, postprocessing will be ignored as the `monai.transforms` module
299302 assumes channel-first data.
0 commit comments