AttributeError: 'GCNConv' object has no attribute '_explain' #4459
Replies: 2 comments 12 replies
-
We sadly cannot prevent any renaming of internal attributes even for minor version releases. Your best bet to prevent such kind of failures is to not store the Python module, but only its torch.save(model.state_dict()) This should fix your issues. You can read more about it here. |
Beta Was this translation helpful? Give feedback.
-
getting error while inferring on a trained model the model details |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Had that error in from 2.0.3 to 2.0.4 when loading a model. Are there breaking changes in the minor versions? Is there a way to ensure that?
Beta Was this translation helpful? Give feedback.
All reactions