반응형
위 튜토리얼을 따라하려는데 에러가 발생했다.
Solution
찾아보니까 torch_geometric 외에도 다운받아 줘야 하는 게 있어서 torch version이랑 geometric version 맞춰서 다시 install 진행함
torch install
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
torch geometric install
(https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html 참고)
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.10.0+cu102.html
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
Could NOT find Boost (0) | 2022.02.03 |
---|---|
Could Not find SWIG (0) | 2022.02.03 |
conda activate 오류 (0) | 2020.07.20 |
TypeError: object of type 'bool' has no len() (0) | 2020.04.08 |
ValueError: Error when checking input: expected lstm_input to have 3 dimensions, but got array with shape (212, 6) (0) | 2020.04.02 |