terminate called after throwing an instance of ‘std::bad_alloc‘ what(): std::bad_alloc

terminate called after throwing an instance of ‘std::bad_alloc’ what(): std::bad_alloc
一、遇见这样的问题首先调试一下

import torch
print(torch.cuda.is_available())
print(torch.version.cuda)

出现False和None的情况就说明该pytorch与CUDA不匹配
二、下载对应版本的cuda

pip install torch==1.10.0+cu111 torchvision==0.11.1+cu111 torchaudio==0.10.0+cu111 --extra-index-url https://download.pytorch.org/whl/cu111

三、再次检验
四、运行时出现
OSError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26’ not found (required by /root/miniconda3/lib/python3.8/site-packages/torch_scatter/_version_cpu.so)
解决方法添加链接描述
五.torch_scatter下载错误
SError: /root/miniconda3/lib/python3.8/site-packages/torch_scatter/_version_cpu.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

pip uninstall torch-scatter
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu111.html

  • 6
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值