- 博客(26)
- 收藏
- 关注
原创 AttributeError: module ‘distutils‘ has no attribute ‘version‘
tensorboard报错误。
2025-05-07 08:59:56
77
原创 FormatCode() got an unexpected keyword argument ‘verify‘
【代码】 FormatCode() got an unexpected keyword argument ‘verify‘
2025-04-26 23:57:05
73
原创 ImportError: cannot import name ‘Literal‘ from ‘typing‘
【代码】ImportError: cannot import name ‘Literal‘ from ‘typing‘
2025-04-26 23:54:50
369
原创 CUBLAS_STATUS_NOT_SUPPORTED when calling `cublasSgemm
以前环境没问题,不知道是我弄错了还是咋的。
2025-04-23 21:03:51
95
原创 TypeError: ‘type‘ object is not subscriptable
ftfy的版本和python版本冲突,需要从6.3.1降级到5.6。
2025-04-18 20:04:24
150
原创 TypeError: MessageToJson() got an unexpected keyword argument ‘including_default_value_fields‘
训练时调取tensorboard报错:TypeError: MessageToJson() got an unexpected keyword argument including。这是由于tensorboard版本过高导致,只需要将tensorboard版本降低即可。博主降低至2.12.0便可以正常使用。原文链接:https://blog.csdn.net/llf000000/article/details/137336232。
2025-04-18 09:45:05
284
原创 The provided lr scheduler `OneCycleLR` doesn‘t follow PyTorch‘s LRScheduler API.
【代码】pytorch_lightning.utilities.exceptions.MisconfigurationException: The provided lr scheduler `OneCycl。
2025-04-18 01:01:20
327
原创 fatal error: THC/THC.h: No such file or directory
在ball_query_cuda.cpp修改。
2025-04-17 22:21:47
147
原创 error: command ‘/usr/local/cuda-11.8/bin/nvcc‘ failed with exit code 1
解决安装mmcv-full不成功和不兼容
2025-04-17 20:19:59
184
原创 NotADirectoryError: [Errno 20] Not a directory: ‘hipconfig‘
似乎是torch版本和mmcv版本不匹配,其他网上说的从github clone下来的代码再加入环境变量无法解决。mmcv系列问题报错合集1。
2025-04-17 19:21:51
187
原创 TypeError: deprecated() got an unexpected keyword argument ‘deprecated_in‘
【代码】TypeError: deprecated() got an unexpected keyword argument ‘deprecated_in‘
2025-04-17 17:02:13
95
原创 Open3d版本问题导致/open3d/linux/open3d.so: undefined symbol: _Py_ZeroStruct
【代码】Open3d版本问题导致/open3d/linux/open3d.so: undefined symbol: _Py_ZeroStruct。
2025-04-16 20:51:57
67
原创 WARNING:torch.distributed.elastic.multiprocessing.api:Sending process 28858 closing signal SIGTERM
【代码】WARNING:torch.distributed.elastic.multiprocessing.api:Sending process 28858 closing signal SIGTERM。
2025-04-15 09:40:53
88
原创 ImportError: libGL.so.1: cannot open shared object file: No such file or directory
【代码】ImportError: libGL.so.1: cannot open shared object file: No such file or directory。
2025-04-02 22:46:43
69
原创 channel 4: open failed: connect failed: Name or service not known
问题描述:远程连接服务器,ssh能连接成功,映射也没问题,但是我在打开tensorboard的时候出现。SSH 地址映射时出现这个问题。
2025-03-29 10:40:30
124
原创 [errno 20] not a directory “hipconfig“
【代码】deepspeed installation [errno 20] not a directory “hipconfig“
2025-03-27 11:10:18
329
原创 DDP和torch.utils.checkpoints的报错
想在DDP里面使用checkpoint来降低显存,单卡训练时没有问题,多卡训练报错,似乎是DDP和checkpoint冲突了。
2025-03-15 20:46:06
155
1
原创 Y9000P24款 win11+ubuntu20.04 双系统教程
1. 最重要的避坑写在前面,除非专业人士,一般人不要尝试更新系统内核,会黑屏死机。2. 双系统装好之后,使用分区助手给win11分区会导致电脑无法开机,需要在GRUB中删除ubuntu磁盘才可以开机,需要双系统的同学需要先确定自己windows无磁盘分区需求!!3. 屏幕亮度无法调节:打开显卡直连就能显示屏幕亮度调节选择,如果没有正确安装驱动是无法调节亮度的,正确安装之后可以解决。4. 双系统时间不同步问题:windows使用管理员打开终端输入5. 触控问题暂时无法解决,希望大佬带带我。
2024-11-19 21:37:20
2472
4
原创 双系统彻底删除Ubuntu
然后用记事本打开文件夹,删除EFI中的ubuntu文件夹即可。2、cmd中输入diskpart,选择windows磁盘管理的EFI分区。1、windows里磁盘管理删除所有ubuntu分区。
2024-11-19 10:37:12
343
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人