最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - torch-scatter. torch-sparse installation - Stack Overflow

programmeradmin1浏览0评论
import os
import torch
os.environ['TORCH'] = torch.__version__
print(torch.__version__)

!pip install -q torch-scatter -f ${TORCH}.html
!pip install -q torch-sparse -f ${TORCH}.html
!pip install -q git+.git

i am using google colab pro and have Nvidia A100, yet it took me forever to just run this. I was wondering if this is even normal and also does the GPU model even matter?

restarted my kernel and tried different GPUs (even tried using my CPU)but still it took me a while to install these dependencies.

发布评论

评论列表(0)

  1. 暂无评论