MKLab-ITI / pygrank

Recommendation algorithms for large graphs
Apache License 2.0
29 stars 4 forks source link

Torch GNN support #12

Closed maniospas closed 2 years ago

maniospas commented 2 years ago

Current helper methods for GNNs are centered on tensorflow and keras. Create backend operations to abstract them so that they can also be implemented through torch. This needs to add a new test to make sure everything is working.

Related tests: tests.test_gnn.test_appnp

maniospas commented 2 years ago

Related tests: tests.test_gnn.test_appnp_tf, tests.test_gnn.test_appnp_torch