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
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@
32
32
# GraphGallery
33
33
GraphGallery is a gallery of state-of-the-arts graph neural networks for [TensorFlow 2.x](https://github.com/tensorflow/tensorflow) and [PyTorch](https://github.com/pytorch/pytorch). GraphGallery 0.4.x is a total re-write from previous versions, and some things have changed.
34
34
35
-
# What's important
35
+
# 👀 What's important
36
36
Difference between GraphGallery and [pytorch geometric (PyG)](https://github.com/rusty1s/pytorch_geometric), [deep graph library (DGL)](https://github.com/dmlc/dgl), etc...
37
-
+ PyG, DGL are just like **TensorFlow**, but GraphGallery is more like **Keras**
37
+
+ PyG and DGL are just like **TensorFlow**, but GraphGallery is more like **Keras**
Please refer to the [examples](https://github.com/EdisonLeeeee/GraphGallery/blob/master/examples) directory.
338
338
339
-
# TODO Lists
339
+
# ⭐ TODO Lists
340
340
-[x] Add PyTorch models support
341
341
-[ ] Add more GNN models (TF and Torch backend)
342
342
-[ ] Support for more tasks, e.g., `graph Classification` and `link prediction`
343
343
-[ ] Support for more types of graphs, e.g., Heterogeneous graph
344
344
-[ ] Add Docstrings and Documentation (Building)
345
345
346
346
347
-
# Acknowledgement
347
+
# 😘 Acknowledgement
348
348
This project is motivated by [Pytorch Geometric](https://github.com/rusty1s/pytorch_geometric), [Tensorflow Geometric](https://github.com/CrawlScript/tf_geometric) and [Stellargraph](https://github.com/stellargraph/stellargraph), and the original implementations of the authors, thanks for their excellent works!
0 commit comments