摘要: 把setuptools 模块版本降到65以下如 https://pypi.org/project/setuptools/62.3.4/#history 阅读全文
posted @ 2024-11-18 10:10 singyoutosleep 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ls -l /usr/lib64/libstdc++.so.6 版本比较低 sudo cp /home/username/anaconda3/lib/libstdc++.so.6.0.25 /usr/lib64/ sudo ln -s /usr/lib64/libstdc++.so.6.0.25 / 阅读全文
posted @ 2024-11-14 15:30 singyoutosleep 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 需要安装nccl 环境centos7 cuda11.8 下载nccl https://developer.nvidia.com/nccl/nccl-legacy-downloads sudo rpm -ivh nccl-local-repo-rhel7-2.16.5-cuda11.8-1.0-1.x 阅读全文
posted @ 2024-10-30 16:05 singyoutosleep 阅读(20) 评论(0) 推荐(0) 编辑
摘要: from PIL import Imagefrom pillow_heif import register_heif_openerregister_heif_opener() Image.open("xxx") 阅读全文
posted @ 2024-08-05 11:46 singyoutosleep 阅读(18) 评论(0) 推荐(0) 编辑
摘要: (一)DISC21 DISC21 是大规模图像相似性检测的基准,该基准用于 NeurIPS'21(ISC2021)的图像相似性挑战赛。目标是确定查询图像是否是大小为一百万的参考语料库中任何图像的修改副本。该基准测试具有多种图像转换,例如自动转换、手工图像编辑和基于机器学习的图像变换。这模仿了社交媒体 阅读全文
posted @ 2024-07-24 10:26 singyoutosleep 阅读(8) 评论(0) 推荐(0) 编辑
摘要: centos 7 glibc 版本从2.17升级到2.28,显示中文乱码,locale出现No such file or directory 或者 -bash: warning: setlocale: LC_ALL: cannot change locale (zh_CN.utf-8) 原因及解决 阅读全文
posted @ 2024-07-05 16:29 singyoutosleep 阅读(152) 评论(0) 推荐(1) 编辑
摘要: pip install huggingface-cli -i https://pypi.tuna.tsinghua.edu.cn/simple import os # 设置镜像,快速下载os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com' # 下载模 阅读全文
posted @ 2024-07-05 16:25 singyoutosleep 阅读(147) 评论(0) 推荐(0) 编辑
摘要: ERROR: Could not find a version that satisfies the requirement open3d==0.13.0 (from versions: none)ERROR: No matching distribution found for open3d==0 阅读全文
posted @ 2024-07-04 16:47 singyoutosleep 阅读(72) 评论(0) 推荐(0) 编辑
摘要: scl enable devtoolset-7 bash 阅读全文
posted @ 2024-04-09 15:34 singyoutosleep 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 下载https://anaconda.org/pytorch3d/pytorch3d/files?version=0.2.0 离线安装 conda install linux-64_pytorch3d-0.2.0-py38_cu102_pyt15.tar.bz2 备注: pip安装的0.2.0版本不 阅读全文
posted @ 2023-12-19 11:48 singyoutosleep 阅读(80) 评论(0) 推荐(0) 编辑