add GCN implementation

This commit is contained in:
Tristan Bilot
2023-12-11 17:48:07 +01:00
parent ecd96acfe4
commit ed5a830626
5 changed files with 286 additions and 0 deletions

4
gcn/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
mlx==0.0.4
numpy==1.26.2
scipy==1.11.4
requests==2.31.0