Important
Paddle Geometric origin from PyTorch Geometric and adapt for Paddle.
It was developed base version 2.6.1 of PyTorch Geometric. It is recommended to install nightly-build(develop) Paddle before running any code in this branch.
This project is currently under development, and some features may be incomplete.
You can install Paddle Geometric through following commands.
-
Install PaddlePaddle.
-
Install Paddle Geometric
git clone https://github.com/PFCCLab/paddle_geometric.git
cd paddle_geometric
pip install -v .- paddle_sparse: https://github.com/PFCCLab/paddle_sparse
- paddle_spline_conv: https://github.com/PFCCLab/paddle_spline_conv
- paddle_scatter: https://github.com/PFCCLab/paddle_scatter
- paddle_cluster: https://github.com/PFCCLab/paddle_cluster
