Unverified Commit e8273a85 authored by Chao Ma's avatar Chao Ma Committed by GitHub
Browse files

update README.md (#2138)

parent 1e3fcc7c
## Distributed training
This is an example of training GraphSage in a distributed fashion. To train GraphSage, it has five steps:
This is an example of training GraphSage in a distributed fashion. Before training, please install some python libs by pip:
```bash
sudo pip3 install ogb
sudo pip3 install pyinstrument
```
To train GraphSage, it has five steps:
### Step 0: set IP configuration file.
......
......@@ -2,6 +2,13 @@
This is an example of training RGCN node classification in a distributed fashion. Currently, the example only support training RGCN graphs with no input features. The current implementation follows ../rgcn/entity_claasify_mp.py.
Before training, please install some python libs by pip:
```bash
sudo pip3 install ogb
sudo pip3 install pyinstrument
```
To train RGCN, it has four steps:
### Step 0: set IP configuration file.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment