Replies: 1 comment
-
Hi @dzenanz, thanks for reporting, I think the error was due to this PR. We define the |
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.
-
Describe the bug
Trying to load DynUNet weights from a PyTorch lightning checkpoint via
load_from_checkpoint
does not work, after having updated MONAI from version 1.2 to 1.3.To Reproduce
Steps to reproduce the behavior:
class TimeAsSpatialModule(pl.LightningModule):
pip install --upgrade monai
TimeAsSpatialModule.load_from_checkpoint(...)
Expected behavior
Model is loaded without issues.
Environment
Beta Was this translation helpful? Give feedback.
All reactions