Commit 89c21e32 authored by rusty1s's avatar rusty1s
Browse files

fix typo

parent a1a492ae
...@@ -108,7 +108,7 @@ class ScalableGNN(torch.nn.Module): ...@@ -108,7 +108,7 @@ class ScalableGNN(torch.nn.Module):
.. code-block:: python .. code-block:: python
batch_size = 5 batch_size = 5
offset = [0, 2, 5] offset = [0, 5]
count = [2, 3] count = [2, 3]
Args: Args:
......
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