Upload torch saved model to wandb #14414
Unanswered
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 2 replies
-
Just create a ModelCheckpoint and pass that as a callback to trainer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
did you check the |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have trained a model and after training, i saved the model. now i want to upload the saved .pt file to wandb. How can i do that. I check this documentation https://pytorch-lightning.readthedocs.io/en/stable/api/pytorch_lightning.loggers.wandb.html but i cant find the option
Beta Was this translation helpful? Give feedback.
All reactions