How to save checkpoint to a directory which is not in current working directory? #11293
Unanswered
ZeguanXiao
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
you can specify |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have limited space on the disk which my code is stored. Now I use ModelCheckpoint Callback to automatically save my checkpoints. I read the document about this callback and it seems I can only save checkpoint in the current working directory?
Beta Was this translation helpful? Give feedback.
All reactions