Is your feature request related to a problem? Please describe.
Adding support for gradient accumulation. I think this is a simple enough modification that it should be built in as a flag in the fit method.
Describe alternatives you've considered
Doesn't make a lot of sense to implement via Callback and should be common enough to not need to use Low-level API.
Is your feature request related to a problem? Please describe. Adding support for gradient accumulation. I think this is a simple enough modification that it should be built in as a flag in the
fit
method.Describe the solution you'd like
Describe alternatives you've considered Doesn't make a lot of sense to implement via Callback and should be common enough to not need to use Low-level API.