"vscode:/vscode.git/clone" did not exist on "cceadf370e9e109aba8df9aaf1752837b3af119f"
Unverified Commit 3ff110a4 authored by Matthias Fey's avatar Matthias Fey Committed by GitHub
Browse files

Update README.md

parent 4aecd681
...@@ -49,7 +49,7 @@ for batch, *args in loader: ...@@ -49,7 +49,7 @@ for batch, *args in loader:
out = model(batch.x, batch.adj_t, *args) out = model(batch.x, batch.adj_t, *args)
``` ```
A detailed decription of `ScalableGNN` can be found [in its implementation](https://github.com/rusty1s/pyg_autoscale/blob/master/torch_geometric_autoscale/models/base.py#L13). A detailed description of `ScalableGNN` can be found [in its implementation](https://github.com/rusty1s/pyg_autoscale/blob/master/torch_geometric_autoscale/models/base.py#L13).
## Requirements ## Requirements
......
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