import os
import torch
os.environ['TORCH'] = torch.__version__
print(torch.__version__)
!pip install -q torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}.html
!pip install -q torch-sparse -f https://data.pyg.org/whl/torch-${TORCH}.html
!pip install -q git+https://github.com/pyg-team/pytorch_geometric.git
< /code>
Ich verwende Google Colab Pro und habe NVIDIA A100, aber ich habe ewig gebraucht, um das einfach zu leiten. Ich habe mich gefragt, ob dies sogar normal ist, und ist auch das GPU -Modell überhaupt wichtig?>