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
This works kind of but it does not feel like it should be the way to do it in monai as it does not fire the correct events during update and therefore ignores set handlers during training.
The text was updated successfully, but these errors were encountered:
I am sorry if I missed any existing functionality or documentation on this topic but I could not find anything.
Is your feature request related to a problem? Please describe.
SupervisedTrainer is missing built-in gradient accumulation functionality
Describe the solution you'd like
Add gradient accumulation functionality
Describe alternatives you've considered
ignite.supervised_training_step as iteration_update parameter
(https://pytorch.org/ignite/generated/ignite.engine.supervised_training_step.html)
This works kind of but it does not feel like it should be the way to do it in monai as it does not fire the correct events during update and therefore ignores set handlers during training.
The text was updated successfully, but these errors were encountered: