How to load s3 private checkpoint with strategy.load_checkpoint outside of fit function #13205
Unanswered
PososikTeam
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.
-
I try to use pytorch-lightning fuction to load s3 checkpoints instead boto3. So i check
trainer.fit(model, s3_path)
and it's works great even with private s3 bucket, beacuse it's automatically use env aws variables. Insidetrainer.fit(model, s3_path)
it use next code insidetrainer.connectors.checkpoint_connector.py
But when i run my simple_example:
it's fail with next errors:
Please help how to load checkpoint with pytorch-lightning fuctions?
Beta Was this translation helpful? Give feedback.
All reactions