pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.54k stars 3.57k forks source link

Correction of error in the Tutorial's Point Cloud Classification Colab Notebook #9340

Closed hdsfade closed 1 month ago

hdsfade commented 1 month ago

📚 Describe the documentation issue

Colab Notebook link: https://colab.research.google.com/drive/1D45E5bUK3gQ40YpZo65ozs7hg5l-eo_U?usp=sharing

The problem is shown in the figure:

image

Fix: data.face.t() should be face.t()

Thank you very much for your attention to this issue and for considering the necessary correction.

Suggest a potential alternative/fix

Fix: data.face.t() should be face.t()

rusty1s commented 1 month ago

Thanks for spotting. Fixed it.