摘要: (一)DISC21 DISC21 是大规模图像相似性检测的基准,该基准用于 NeurIPS'21(ISC2021)的图像相似性挑战赛。目标是确定查询图像是否是大小为一百万的参考语料库中任何图像的修改副本。该基准测试具有多种图像转换,例如自动转换、手工图像编辑和基于机器学习的图像变换。这模仿了社交媒体 阅读全文
posted @ 2024-07-24 10:26 singyoutosleep 阅读(1) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(55) 评论(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 阅读(27) 评论(0) 推荐(0) 编辑
摘要: scl enable devtoolset-7 bash 阅读全文
posted @ 2024-04-09 15:34 singyoutosleep 阅读(107) 评论(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 阅读(57) 评论(0) 推荐(0) 编辑
摘要: ERROR: Could not find a version that satisfies the requirement open3d==0.14.1 (from versions: none)ERROR: No matching distribution found for open3d==0 阅读全文
posted @ 2023-12-11 17:10 singyoutosleep 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 解决方式:将~/anaconda3/lib/python3.7/site-packages/conda/models/version.py中 这一行version_relation_re = re.compile(r'(==|!=|<=|>=|<|>)(?![=<>!])(\S+)$')改成vers 阅读全文
posted @ 2023-12-06 16:33 singyoutosleep 阅读(1648) 评论(0) 推荐(0) 编辑
摘要: memgpt/autogen/memgpt_agent.py", line 230, in _generate_reply_for_user_message (TypeError: cannot unpack non-iterable coroutine object 解决 将memgpt/auto 阅读全文
posted @ 2023-12-06 16:32 singyoutosleep 阅读(64) 评论(0) 推荐(0) 编辑
摘要: pip install torch==2.1.0+cu121 torchvision==0.16.0+cu121 torchaudio==2.1.0+cu121 --extra-index-url https://download.pytorch.org/whl/cu121 阅读全文
posted @ 2023-11-03 18:35 singyoutosleep 阅读(677) 评论(0) 推荐(0) 编辑