'Trainer' object has no attribute '_accelerator_connector' when loaded from a pickle #13298
Unanswered
CompRhys
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 2 replies
-
any follow up on this? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
torch.save
to pickle a sklearnPipeline
containing apl.Trainer
object. When I try to use thisTrainer
as part of my pipeline it says that it does not have a '_accelerator_connector'.This seems surprising to me and I haven't found any other posts about this issue.
Beta Was this translation helpful? Give feedback.
All reactions