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
Hi @function2-llx, not sure I follow exactly. The on_fit_* hooks are not deprecated, but rather the whole TrainerCallbackHookMixin is deprecated which is why you see those deprecation messages in the code snippet. What is the problem exactly?
This used to be true but not anymore. It has changed roughly around the work we did on #10896 and such a doc update got easily missed. A PR for correcting this would be very welcomed ❤️
Uh oh!
There was an error while loading. Please reload this page.
Hello PyTorch Lightning team,
it seems that documentations for
on_fit_*
methods ofTrainerCallbackHookMixin
class are wrong (seems to misplace doc foron_init_start
here).https://github.com/PyTorchLightning/pytorch-lightning/blob/4dba492fb55e2862bb20f304e6bef43f1f151fc7/pytorch_lightning/trainer/callback_hook.py#L115-L139
cc @Borda @rohitgr7 @carmocca @awaelchli @ninginthecloud @daniellepintz
The text was updated successfully, but these errors were encountered: