You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
According to the discussion in #4132 , would be nice to update:
Still defining _iteration() as a regular method, but unify all the self.XXX and engine.XXX to engine.XXX. Because (1) as you said users can easily copy-paste our code, (2) maybe someone will override the engine run logic someday and pass other engine as parameter instead of self: https://github.com/pytorch/ignite/blob/master/ignite/engine/engine.py#L859.
Check all the engine: Engine functions, if having MONAI specific logic, change the typehint to Workflow.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
According to the discussion in #4132 , would be nice to update:
_iteration()
as a regular method, but unify all theself.XXX
andengine.XXX
toengine.XXX
. Because (1) as you said users can easily copy-paste our code, (2) maybe someone will override the enginerun
logic someday and pass other engine as parameter instead ofself
: https://github.com/pytorch/ignite/blob/master/ignite/engine/engine.py#L859.engine: Engine
functions, if having MONAI specific logic, change the typehint toWorkflow
.The text was updated successfully, but these errors were encountered: