mirror of
				https://github.com/ml-explore/mlx-examples.git
				synced 2025-10-31 10:58:07 +08:00 
			
		
		
		
	 27c0a8c002
			
		
	
	27c0a8c002
	
	
	
		
			
			* add llms subdir + update README * nits * use same pre-commit as mlx * update readmes a bit * format
Graph Convolutional Network
An example of GCN implementation with MLX.
Install requirements
First, install the few dependencies with pip.
pip install -r requirements.txt
Run
To try the model, just run the main.py file. This will download the Cora dataset, run the training and testing.
python main.py