Trainer.fit is missing the optimizers
parameter
#2503
Labels
enhancement
New (engineering) enhancements, such as features or API changes.
optimizers
parameter
#2503
Hello,
The
.fit()
method of the Trainer is missing theoptimizers
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.The text was updated successfully, but these errors were encountered: