GCN-TF2.0 icon indicating copy to clipboard operation
GCN-TF2.0 copied to clipboard

Vanilla Implementation of Graph Convolutional Networks

Results 2 GCN-TF2.0 issues
Sort by recently updated
recently updated
newest added

**Trying to save with:** tf.saved_model.save(gcn, "trained_model/") **Gives the below error:** Traceback (most recent call last): File "train_gcn.py", line 81, in app.run(main) File "/home/mtare/Documents/Projects/document-trainer-gcn/venv/lib/python3.6/site-packages/absl/app.py", line 299, in run _run_main(main, args) File...

Overall, if we have two sparse matrices, then the multiplication should be sparse as well, in order to improve the performance. Example like https://github.com/scipy/scipy/blob/a03f15fe43cb68c132192af22deb73b69ef201bf/scipy/sparse/compressed.py#L496-L530 And the `spspmm` function in the...

performance