ModuleNotFoundError: No module named 'pytorch_lightning.utilities.debugging' #13063
Unanswered
lynnhio
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
can you share the complete stacktrace? |
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.
-
Recently, I'm changing my envir from 1 GPU to multi-GPU environment.
When I rerun my code in the new envir, it shows ModuleNotFoundError: No module named 'pytorch_lightning.utilities.debugging'. from codeline: model = torch.load(self.model_path)
I saved model using torch.save("bestmodel.pkl") and used torch.load() as usual.
Can't find this pytorch_lightning.utilities.debugging. did anybody bump into the same one?
version info:
model info:
Can anyone offer some advices?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions