-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
When using the Pretrained Goli fingerprint, I am getting the following error when reloading checkpoints with PL 1.6.1:
ModuleNotFoundError: No module named 'pytorch_lightning.utilities.argparse_utils'
It seems to be stemming from a backwards compatibility fix introduced in PL 1.5, but the module being deleted in the exit function of the patch is no longer there and I'm not sure why. Original PL patch here:
Lightning-AI/pytorch-lightning#9166
Note: I am able to load the fingerprint correctly, the issue arises after training with the fingerprint, and then loading a checkpoint from the final model. The issue only occurs for Goli fingerprint models.
Metadata
Metadata
Assignees
Labels
No labels