How to resume training in detectron2 with pl #8730
Unanswered
hiyyg
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In this script https://github.com/facebookresearch/detectron2/blob/master/tools/lightning_train_net.py#L68,
it says to enable resuming, pl checkpointing should be used. Is there any specific way to use this feature in this script?
Besides, detectron2’s checkpointer supports only saving
max_to_keep
models, is it also supported in pl’s checkpointer?Beta Was this translation helpful? Give feedback.
All reactions