composer icon indicating copy to clipboard operation
composer copied to clipboard

Trainer.fit is missing the `optimizers` parameter

Open antoinebrl opened this issue 10 months ago • 3 comments

Hello, The .fit() method of the Trainer is missing the optimizers parameters although it is part of its documentation.

It would be nice to keep the optimizers and the schedulers together. As the schedulers depend on the dataloaders I would argue the .fit() method should take the optimizers too as input.

antoinebrl avatar Sep 01 '23 15:09 antoinebrl