- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 PyTorch 的新手,我遇到了一个问题,即我无法正确安装我的 torch_sparse 模块。
一般来说,我想使用模块 torch_geometric
- 这个我已经安装了。但是,在程序执行期间,我不断收到错误 ModuleNotFoundError: No module named ‘torch_sparse’ 。
我尝试安装它,但是当我使用命令 pip install torch-sparse
时在 anaconda 中,我收到一个错误:
用户警告:CUDA 初始化:在您的系统上找不到 NVIDIA 驱动程序。
我的系统没有 CUDA。那么我该如何安装 torch_sparse
没有它的模块?
先感谢您!
亲切的问候
罗斯蒂斯拉夫
最佳答案
如 pytorch_geometric installation instructions 中所述您必须先安装依赖项和 torch_geometric
在那之后。
对于 PyTorch 1.7.0
和 CPU:
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.7.0+cpu.html
pip install torch-geometric
请注意torch-1.7.0+cpu
每页最后
关于python - 没有 CUDA 的 PyTorch torch_sparse 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65860764/
我正在尝试在 Google Colab 上运行以下内容:!pip install torch_sparse起初,它似乎工作正常: Collecting torch_sparse Downloadi
我是 PyTorch 的新手,我遇到了一个问题,即我无法正确安装我的 torch_sparse 模块。 一般来说,我想使用模块 torch_geometric - 这个我已经安装了。但是,在程序执行期
我是 pytorch geometry 的新手,尝试将其安装到我的计算机上但失败了,所以我尝试在 Google Colab 上运行代码。根据上一个问题(这对我没有帮助,我不确定是不是同样的问题): P
我是一名优秀的程序员,十分优秀!