Does LightningLite still support various callbacks? #11260
Answered
by
rohitgr7
marsggbo
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
|
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Dec 26, 2021
Replies: 1 comment
-
I don't think they are because the hooks in callbacks are just some code injections that are supposed to run at a certain point where lightning defines the training loops/validation loops but in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
awaelchli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think they are because the hooks in callbacks are just some code injections that are supposed to run at a certain point where lightning defines the training loops/validation loops but in
LightningLite
user defines the training loop, so it won't be possible. Although in the case of wandb for eg you can use their native API to log the stuff.