This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Replies: 1 comment
-
You can try using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I would like to know what is the best way to resume training in lightning flash? At the moment i am using load_from_checkpoint to start the training from my last saved model. Is there a better way to to this. For example in PL you have a parameter in trainer.fit(ckpt_path="...") with lightning flash i have not seen this option
Beta Was this translation helpful? Give feedback.
All reactions