Commit 1043c7d0 authored by Minjie Wang's avatar Minjie Wang
Browse files

fix readme

parent f26ecb49
...@@ -12,6 +12,6 @@ Show below, there are three sets of APIs for different models. ...@@ -12,6 +12,6 @@ Show below, there are three sets of APIs for different models.
## For Model developers ## For Model developers
- Always choose the API at the *highest* possible level. - Always choose the API at the *highest* possible level.
- Refer to [the default modules](examples/pytorch/util.py) to see how to register message and node update functions as well as readout functions; note how you can control sharing of parameters by adding a counter. - Refer to the [GCN example](examples/pytorch/gcn/gcn_batch.py) to see how to register message and node update functions;
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