I am applying APPNP Conv through this way
self.conv1 = APPNPConv(in_feats, h_feats, alpha=0.1, k=10)
I am facing error, how can I resolve this error?
Error
self.conv1 = APPNPConv(in_feats, h_feats, alpha=0.1, k=10)
TypeError: init() got multiple values for argument ‘alpha’