Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

File metadata and controls

31 lines (22 loc) · 1.06 KB

Paddle Geometric

paddle_logo

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.

Build and Install

You can install Paddle Geometric through following commands.

  1. Install PaddlePaddle.

  2. Install Paddle Geometric

git clone https://github.com/PFCCLab/paddle_geometric.git
cd paddle_geometric
pip install -v .

Additional Libraries