
错误或者警告类型解决办法总结
文章平均质量分 50
这里收录我在编程过程中遇到的错误或者警告的解决办法,不定时更新!
旅途中的宽~
计算机视觉在读研究生,第二十届华为杯研究生数学建模国一(第6名),获Kaggle计算机视觉竞赛Stable Diffusion银牌(top3%,37名),Identify Contrails银牌(top5%,45名),UBC-OCEAN铜牌(top7%,86名),Kaggle Expert(总排名1400+),优快云人工智能领域优质创作者,阿里云博客专家。主要研究方向是目标检测和语义分割,对CV其他领域亦有兴趣。希望和大家一起交流学习!
展开
-
【Python】fitz模块报错RuntimeError: Directory ‘static/’ does not exist
【Python】fitz模块报错RuntimeError: Directory ‘static/’ does not exist原创 2025-03-17 13:05:55 · 1052 阅读 · 0 评论 -
【mmsegmentation】报错解决:AssertionError: The image size in a batch should be the same.
【mmsegmentation】报错解决:AssertionError: The image size in a batch should be the same.原创 2025-03-14 11:19:58 · 631 阅读 · 0 评论 -
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]报错原因分析
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]报错原因分析原创 2025-03-14 11:11:52 · 498 阅读 · 0 评论 -
RuntimeError: Given groups=1, weight of size [64, 3, 7, 7], expected input[3, 1, 224, 224] to have 3
RuntimeError: Given groups=1, weight of size [64, 3, 7, 7], expected input[3, 1, 224, 224] to have 3原创 2024-05-06 20:48:08 · 2101 阅读 · 0 评论 -
【Python】ModuleNotFoundError: No module named ‘jupyter_server.contents‘
【Python】ModuleNotFoundError: No module named 'jupyter_server.contents'原创 2023-09-29 17:52:20 · 4021 阅读 · 2 评论 -
error: (-215:Assertion failed) !_src.empty() in function ‘cv::cvtColor‘ & ValueError: operands could
error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' & ValueError: operands could原创 2023-09-13 16:51:41 · 2786 阅读 · 0 评论 -
【Python】cv2.error: OpenCV(4.8.0) :-1: error: (-5:Bad argument) in function ‘cvtColor‘ > Overload res
【Python】cv2.error: OpenCV(4.8.0) :-1: error: (-5:Bad argument) in function 'cvtColor' > Overload res原创 2023-08-30 16:08:38 · 18795 阅读 · 0 评论 -
【Git】‘git‘ 不是内部或外部命令,也不是可运行的程序
【Git】'git' 不是内部或外部命令,也不是可运行的程序原创 2023-05-02 14:59:35 · 26624 阅读 · 4 评论 -
【计算机视觉 | 目标检测】ModuleNotFoundError: No module named ‘MultiScaleDeformableAttention‘
【计算机视觉 | 目标检测】ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'原创 2023-04-30 15:23:37 · 15766 阅读 · 38 评论 -
【Win11 | SSH】详细教你如何在Windows 11 下完成OpenSSH的安装(保姆级攻略)
【Win11 | SSH】详细教你如何在Windows 11 下完成OpenSSH的安装(保姆级攻略)原创 2023-04-30 14:06:26 · 24770 阅读 · 2 评论 -
【Python】AttributeError: ‘list‘ object has no attribute ‘corr‘
【Python】AttributeError: 'list' object has no attribute 'corr'原创 2023-04-18 14:43:26 · 2026 阅读 · 0 评论 -
代码报错:TypeError: Object with dtype category cannot perform the numpy op add
代码报错:TypeError: Object with dtype category cannot perform the numpy op add原创 2023-04-18 14:17:57 · 1002 阅读 · 0 评论 -
Plotly可视化:TypeError: box() got an unexpected keyword argument ‘box_color‘
Plotly可视化:TypeError: box() got an unexpected keyword argument 'box_color'原创 2023-03-30 16:09:15 · 1305 阅读 · 0 评论 -
深度学习apex包安装失败的问题
深度学习apex包安装失败的问题原创 2023-02-25 09:05:28 · 1076 阅读 · 5 评论 -
【Python】AttributeError: module ‘seaborn‘ has no attribute ‘factorplot‘的解决办法
【Python】AttributeError: module 'seaborn' has no attribute 'factorplot'的解决办法原创 2023-02-19 15:31:55 · 6568 阅读 · 0 评论 -
【Python】skopt包如何下载?
【Python】skopt包如何下载?原创 2023-02-14 16:22:12 · 10587 阅读 · 7 评论 -
【Python】ImportError: cannot import name ‘jaccard_similarity_score‘ from ‘sklearn.metrics‘
【Python】ImportError: cannot import name 'jaccard_similarity_score' from 'sklearn.metrics'原创 2023-01-14 16:45:20 · 2248 阅读 · 0 评论 -
【动手学深度学习】RuntimeError: DataLoader worker (pid(s) 52104, 29692, 55956, 45304) exited unexpectedly
【动手学深度学习】RuntimeError: DataLoader worker (pid(s) 52104, 29692, 55956, 45304) exited unexpectedly原创 2022-11-20 13:36:57 · 541 阅读 · 0 评论 -
AttributeError: ‘builtin_function_or_method‘ object has no attribute ‘shuffle‘
AttributeError: 'builtin_function_or_method' object has no attribute 'shuffle'原创 2022-11-19 10:03:06 · 1716 阅读 · 0 评论 -
【应用程序无法正常启动0xc000007b 请点击确定关闭应用程序】的错误如何解决?
【应用程序无法正常启动0xc000007b 请点击确定关闭应用程序】的错误如何解决?原创 2022-11-12 17:18:48 · 4671 阅读 · 0 评论 -
dll缺失怎么修复?有什么好的修复方法推荐?
dll缺失怎么修复?有什么好的修复方法推荐?原创 2022-11-12 17:06:59 · 2319 阅读 · 0 评论 -
d3dcompiler_43.dll的错误怎么解决?
d3dcompiler_43.dll的错误怎么解决?原创 2022-11-12 15:52:44 · 2002 阅读 · 0 评论 -
关于安装李沐深度学习d2l包报错的解决办法(保姆教程)
关于安装李沐深度学习d2l包报错的解决办法(保姆教程)原创 2022-11-10 20:23:36 · 40640 阅读 · 68 评论 -
【debug】error: subprocess-exited-with-error
【debug】error: subprocess-exited-with-error原创 2022-11-10 19:32:56 · 8353 阅读 · 1 评论 -
AttributeError: ‘NoneType‘ object has no attribute ‘shape‘
AttributeError: 'NoneType' object has no attribute 'shape'原创 2022-10-20 10:32:19 · 1437 阅读 · 0 评论 -
ImportError: cannot import name ‘joblib‘ from ‘sklearn.externals‘
ImportError: cannot import name 'joblib' from 'sklearn.externals'原创 2022-10-20 10:17:24 · 1972 阅读 · 2 评论 -
【Windows10】下Bad owner or permissions on .ssh/config的解决办法
【Windows10】下Bad owner or permissions on .ssh/config的解决办法原创 2022-09-07 08:25:16 · 5154 阅读 · 2 评论 -
《Python数据分析与挖掘实战》中的拉格朗日插值代码纠错总结(含详细的Python代码)
《Python数据分析与挖掘实战》中的拉格朗日插值代码纠错总结(含详细的Python代码)原创 2022-09-01 10:47:39 · 1313 阅读 · 1 评论 -
警告类型:A value is trying to be set on a copy of a slice from a DataFrame
警告类型:A value is trying to be set on a copy of a slice from a DataFrame原创 2022-08-31 13:53:12 · 554 阅读 · 0 评论 -
RuntimeWarning: divide by zero encountered in log错误解决
最近在学习《机器学习实战》这本书时,朴素贝叶斯那里遇到了这样的问题。然后运行时出现了下面的问题:虽然不影响最终的结果,但是警告看起来让人不舒服。我们排查原因,是存在数字太小的原因,溢出,计算过程中出现-inf,再做其他运算,结果还是-inf。比如我们展示一下结果:结果如下:探索原因当概率很小时,取对数后结果趋于负无穷大。我们改变浮点数的精度为1e-5这样就不会再报错,结果也没有-inf了。...原创 2022-07-06 10:25:11 · 18270 阅读 · 1 评论 -
《机器学习实战》:UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xae in position 199: illegal multibyte
这样的错误估计大家都不陌生。我也是被这种错误折磨许久。在open函数参数中设置encoding='utf-8’也不能解决问题,会出现类似错误。通过查询大量的资料,我才搞明白这种错误背后的原因是什么。该问题的根源在于Windows中与Unicode的编码方法。以系统自带的记事本为例:记事本“另存为”中有4种编码方式,含义为:其中Unicode相关编码方式有3种,这3种编码方式的区别不再赘述,我们可以从文件的头部(即Windows中的特色!BOM:byte order mark)来区分一个文件是属于哪种编码原创 2022-07-06 10:46:08 · 2715 阅读 · 3 评论 -
错误解决:Clipping input data to the valid range for imshow with RGB data ([0..1] for floats or [0..255]
Clipping input data to the valid range for imshow with RGB data ([0..1] for floats or [0..255],解决方法是进行数据的归一化原创 2022-07-29 17:34:54 · 1615 阅读 · 0 评论 -
TypeError: ‘(slice(None, None, None), slice(None, None, None))‘ is an invalid key
TypeError: '(slice(None, None, None), slice(None, None, None))' is an invalid key的解决方法原创 2022-08-19 14:36:10 · 18752 阅读 · 1 评论 -
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.
错误解决:ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.原创 2022-08-22 18:12:03 · 3852 阅读 · 0 评论 -
matplotlib中的3D绘图警告解决:MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure
matplotlib中的3D绘图警告解决原创 2022-08-02 20:54:01 · 2369 阅读 · 2 评论