Validating my model

Hi! I have a model trained using DGL but I think, perhaps, an older release. I am trying to validate it now but I get the error:

ModuleAttributeError: ‘GraphConv’ object has no attribute ‘_allow_zero_in_degree’

Is there any work around so we don’t have to train the model again?

How did you trigger the issue? Did you create a GraphConv instance with the latest version of DGL and load state dict from the model saved with an older version of DGL?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.