You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reproducing this paper and come across this bug, while running both main.py and parameter_reload.py.
This could have been resulted from this line of code: self.gcn1 = GCN(2, 16, t.tanh)
which initialize a Graph Convolutional Networks with input_features=2, out_features=16 and activation=tanh. Any debugging would be acknowledged. @arbaazkhan2
The text was updated successfully, but these errors were encountered:
I'm reproducing this paper and come across this bug, while running both main.py and parameter_reload.py.
This could have been resulted from this line of code:
self.gcn1 = GCN(2, 16, t.tanh)
which initialize a Graph Convolutional Networks with
input_features=2, out_features=16
andactivation=tanh
. Any debugging would be acknowledged. @arbaazkhan2The text was updated successfully, but these errors were encountered: