where the new callbaclks located? #13586
Answered
by
akihironitta
JiahaoYao
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
https://github.com/Lightning-AI/lightning/blob/master/src/pytorch_lightning/trainer/callback_hook.py these callbacks are removed but where are the new locations for them? |
Beta Was this translation helpful? Give feedback.
Answered by
akihironitta
Jul 10, 2022
Replies: 1 comment 1 reply
-
Hi @JiahaoYao These hooks were not meant to be called by users. (related to #10575) Can I ask what you're trying to find? Maybe, what you're looking for is user-facing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JiahaoYao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JiahaoYao These hooks were not meant to be called by users. (related to #10575)
Can I ask what you're trying to find? Maybe, what you're looking for is user-facing
Callback
's hooks? If so, they are located here in the codebase: https://github.com/Lightning-AI/lightning/blob/b59f80224843886459d54c828325683d770da746/src/pytorch_lightning/callbacks/callback.py