Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 15, 2019
1 parent 2db8db5 commit 02929c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notes/introduction.rst
Expand Up @@ -326,7 +326,7 @@ In addition, we can use the ``transform`` argument to randomly augment a ``Data`
from torch_geometric.datasets import ShapeNet
dataset = ShapeNet(root='/tmp/ShapeNet', category='Airplane',
pre_transform=T.NNGraph(k=6),
pre_transform=T.KNNGraph(k=6),
transform=T.RandomTranslate(0.01))
data[0]
Expand Down

0 comments on commit 02929c1

Please sign in to comment.