当前位置: 首页 > news >正文

pytorch3d 安装报错 RuntimeError: Not compiled with GPU support pytorch3d

安装环境

NVIDIA GeForce RTX 3090
cuda 11.3
python 3.8.5
torch 1.11.0
torchvision 0.12.0

环境安装命令

 conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch

安装pytorch3d参考官网链接

https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

1. conda install pytorch3d -c pytorch3d 失败

在这里插入图片描述

2. 先克隆pytorch包再编译可以安装成功,但是函数运行报错 RuntimeError: Not compiled with GPU support pytorch3d

在这里插入图片描述

报错信息

pix_to_face, zbuf, barycentric_coords, dists = _C.rasterize_meshes( RuntimeError: Not compiled with GPU support pytorch3d

报错截图

在这里插入图片描述

解决方法:pytorch3d 安装命令(ubuntu),成功!!!

pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html
http://www.lryc.cn/news/94386.html

相关文章:

  • spring工程的启动流程?bean的生命周期?提供哪些扩展点?管理事务?解决循环依赖问题的?事务传播行为有哪些?
  • 使用 Zabbix 监控 RocketMQ列举监控项和触发器
  • uniApp:路由与页面跳转及传参
  • Java中操作文件(二)
  • springboot+vue在线考试系统(java项目源码+文档)
  • 样式方案:在 Vite 中接入现代化的 CSS 工程化方案
  • C#获取根目录实现方法汇总
  • vue获取当前坐标并通过天地图逆转码为省市区
  • 【MySQL】事务及其隔离性/隔离级别
  • 计算机由于找不到d3dx9_35.dll,无法启动软件游戏的三个修复方法
  • 第三章 模型篇:模型与模型的搭建
  • 深度学习一些简单概念的整理笔记
  • Vue3中引入Element-plus
  • 如何查看 Facebook 公共主页的广告数量上限?
  • U-Boot移植 (2)- LCD 驱动修改和网络驱动修改
  • Ubuntu 23.10 现在由Linux内核6.3提供支持
  • Python 学习之NumPy(一)
  • Nftables栈溢出漏洞(CVE-2022-1015)复现
  • 【C++】 Qt-事件(上)(事件、重写事件、事件分发)
  • k8s部署springboot
  • 备战秋招002(20230704)
  • 游泳买耳机买什么的比较好,列举几款实战性好的游泳耳机
  • 【无线传感器】使用 MATLAB和 XBee连续监控温度传感器无线网络研究(Matlab代码实现)
  • Java基础-多线程JUC-生产者和消费者
  • day2 QT按钮与容器
  • JPA 批量插入较大数据 解决性能慢问题
  • 为啥离不了 linux
  • 基于分形的置乱算法和基于混沌系统的置乱算法哪种更安全?
  • pve使用cloud-image创建ubuntu模板
  • shiro入门