I don't know if I'm taking something wrong, but the very first example of GCN node classification (namely, gcnn_node_classification_example.py) is reaching only 30% accuracy. I have not changed any parameter, just runned the code as it is. Here are the last print lines:
Epoch: 0497 train_acc= 0.3000 test_acc= 0.2970
Epoch: 0498 train_acc= 0.3000 test_acc= 0.2970
Epoch: 0499 train_acc= 0.2929 test_acc= 0.2990
Anyone?
I don't know if I'm taking something wrong, but the very first example of GCN node classification (namely, gcnn_node_classification_example.py) is reaching only 30% accuracy. I have not changed any parameter, just runned the code as it is. Here are the last print lines:
Epoch: 0497 train_acc= 0.3000 test_acc= 0.2970
Epoch: 0498 train_acc= 0.3000 test_acc= 0.2970
Epoch: 0499 train_acc= 0.2929 test_acc= 0.2990
Anyone?