fix comments before merge

This commit is contained in:
Tristan Bilot
2023-12-11 23:10:46 +01:00
parent 62484a49a3
commit 8aac12b54e
5 changed files with 19 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# Graph Convolutional Network
An example of [GCN](https://arxiv.org/pdf/1609.02907.pdf%EF%BC%89) implementation with MLX.
An example of [GCN](https://arxiv.org/abs/1609.02907) implementation with MLX.
### Install requirements
First, install the few dependencies with `pip`.