
linux问题
挪威的深林
深度学习 (Deep learning),机器学习(Machine learning),智能控制(Intelligent control),机器人(Robotics),RGB-D目标感知(RGB-D object perception)
展开
-
【显卡驱动匹配——查询】
通过 NVIDIA-SMI 输出,您使用的是。原创 2024-12-11 00:42:54 · 545 阅读 · 0 评论 -
[error] Unable to find either executable ‘empy‘ or Python module ‘em‘... try
【代码】[error] Unable to find either executable ‘empy‘ or Python module ‘em‘... try。原创 2024-08-03 21:21:37 · 484 阅读 · 0 评论 -
[Ubuntu Error] RuntimeError: CUDA error: no kernel image is available for execution on the device
命令显示使用的是CUDA 11.8编译器。这种不一致可能导致运行时出现问题,因为库和编译器版本不匹配。提供的输出信息来看,系统上安装了CUDA 10.1相关的包,但。如果你不再需要CUDA 10.1,可以卸载它以避免冲突。原创 2024-07-07 22:36:13 · 1003 阅读 · 0 评论 -
【numpy-scipy-matlotlib version match】
scipy-numpymatlotlib- numpy原创 2024-03-25 21:50:34 · 188 阅读 · 0 评论 -
【Timm 问题1】LayerNorm2d
所以我直接找到/home/sla/.conda/envs/sla_envs/lib/python3.8/site-packages/timm/models/layers/norm.py", line 23, 修改。在timm 0.8.6.dev0 version中。安装的timm 是0.4.12 version。如果有问题, 请留言。原创 2024-03-24 21:42:48 · 901 阅读 · 0 评论 -
【linux GPG error】
【代码】【linux GPG error】原创 2024-01-30 03:56:18 · 494 阅读 · 0 评论 -
【Ubuntu issues】ModuleNotFoundError: No module named ‘apt_pkg‘
【代码】【Ubuntu issues】ModuleNotFoundError: No module named ‘apt_pkg‘原创 2024-01-30 03:43:50 · 722 阅读 · 0 评论 -
Ubuntu中如何使用pip切换不同的python版本建立虚拟环境
# 如何切换 不同版本的 python# 基于不同版本的python, 如何安装 对应版本的python的虚拟环境# 在切换不同版本python时, terminal出现的问题# 在切换不同版本时, pip3 所安装的不同版本的pkgs, 的安装位置原创 2023-04-20 23:27:31 · 512 阅读 · 0 评论 -
Ubuntu 虚拟环境_迁移
ubuntu 如何安装虚拟环境, 虚拟环境如何迁移原创 2023-02-24 05:40:12 · 375 阅读 · 0 评论 -
[3D vision] blender bpy install
python bpy blender原创 2022-10-17 17:29:13 · 542 阅读 · 0 评论 -
[Linux] -- issues: ImportError: No module named builtins
ImportError: No module named builtins原创 2022-07-08 18:56:08 · 663 阅读 · 0 评论 -
[Linux]--pip / pip3 介绍
1. what is the pip or pip3?pip is the manager of packages corresponding the python2pip3 is the manager of packages corresponding the python32. the path that pip or pip3 installed packagesin the default situation:sudo apt install python-pipth原创 2022-05-17 18:03:39 · 420 阅读 · 0 评论 -
[Linux] Ubuntu 命令 解压, 打包
1. rar 命令1.1 安装 rarsudo apt-get install rar # 安装压缩sudo apt-get install unrar #安装解压1.2 .rar 文件解压unrar x file_name.rar #方式1sudo unrar x file_name.rar #方式2 1.3 压缩成rar 文件参考:Usage: rar <command> -...原创 2022-05-06 22:43:40 · 311 阅读 · 0 评论 -
[Linux] CUDNN CUDA Pytorch 卸载
1. 卸载pytorchconda uninstall pytorchpip uninstall torchpip uninstall torchconda uninstall pytorchpip uninstall torchvisionpip uninstall torchvisionconda uninstall pytorchpip uninstall torchaudiopip uninstall torchaudio2. uninstall cudasud原创 2022-05-04 02:17:29 · 1819 阅读 · 0 评论 -
[linux] Ubuntu18.04+ CUDA+ CUDNN+Pytorch[总结]
1. 序言由于下载了Github的代码,代码运行需要该配置环境Required environmentUbuntu 16.04 or above PyTorch 0.4.1 or above CUDA 9.1 or above但是本机安装的18.04 版本的ubuntu, 所以自己独立开始配置, 在配置过程中,出现了很多问题.如:1. Nvidia 显卡的算力是 8.6 , 但是安装不同版本的pytorch-cuda 所允许的算例不一样2. 安装的 pytorch cud.原创 2022-05-03 20:43:05 · 1323 阅读 · 0 评论 -
[linux] ImportError: libpcl_keypoints.so.1.7: cannot open shared object file: No such file or direct
以下链接,有详细的介绍, 可以解决该问题,亲测有效.ImportError: libpcl_keypoints.so.1.7: cannot open shared object file: No such file or directory · Issue #317 · strawlab/python-pcl · GitHubhttps://github.com/strawlab/python-pcl/issues/317...原创 2022-05-03 20:20:21 · 1306 阅读 · 0 评论 -
问题3:AttributeError: ‘open3d.open3d.geometry.PointCloud‘ object has no attribute ‘voxel_down_sample‘
Issue:============== Code ===============================================import open3d as o3dpcd = o3d.io.read_point_cloud("apple_object_50.pcd")print("Downsample the point cloud with a voxel of 0.05")downpcd = pcd.voxel_down_sample(voxel_size=0原创 2022-02-22 02:53:16 · 6425 阅读 · 0 评论 -
问题2. Ubuntu display error/ unkown dispaly/ xrandr Failed to get size of gamma for output default
Quesiton. when get a new pc, i find the monitor do not match the correct resolution. i search the internet for the answer.when i use the ordar; xrandr -s, the line displayed.xrandr Failed to get size of gamma for output defaultBesides, the display ..原创 2021-11-29 19:11:12 · 790 阅读 · 0 评论 -
问题1: class DescriptorBase(metaclass=DescriptorMetaclass): ^Syntax invalid syntax
virtual@virtual-machine:~$ python -c 'import keras; print(keras.__version__)'Using TensorFlow backend.Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/song/.local/lib/python2.7/site-packages/keras/__ini.原创 2021-11-25 23:10:58 · 2687 阅读 · 7 评论