
KILL问题单
文章平均质量分 81
遇到问题,解决问题
夏小悠
youran.xia@foxmail.com
展开
-
解决libcusparse.so.12: undefined symbol: __nvJitLinkAddData_12_1, version libnvJitLink.so.12
解决libcusparse.so.12: undefined symbol: __nvJitLinkAddData_12_1, version libnvJitLink.so.12原创 2024-06-10 21:42:30 · 17662 阅读 · 10 评论 -
Python中的诡异事:不可见字符!
今天分享一件很诡异的事情,我写代码的时候遇到了不可见的字符!!!原创 2023-08-12 17:05:46 · 948 阅读 · 0 评论 -
PyTorch:train模式与eval模式的那些坑
博主在最近开发过程中不小心被`pytorch`中`train`模式与`eval`模式坑了一下o(*≧д≦)o!!,被坑的起因就不说了,本篇将详细介绍`train`模式与`eval`模式误用对模型带来的影响及`BatchNorm`的数学原理博主在最近开发过程中不小心被`pytorch`中`train`模式与`eval`模式坑了一下o(*≧д≦)o!!,被坑的起因就不说了,本篇将详细介绍`train`模式与`eval`模式误用对模型带来的影响及`BatchNorm`的数学原理【新增了一个解决`BN`层`bug。原创 2022-04-19 16:37:17 · 12266 阅读 · 18 评论 -
解决使用Monitor出现gym.error.DependencyNotInstalled: Found neither the ffmpeg nor avconv executables的问题
本篇博客主要解决在`win10`上使用`gym`的`Monitor`监控器保存训练游戏的视频时出现的错误:`gym.error.DependencyNotInstalled: Found neither the ffmpeg nor avconv executables.`原创 2021-12-11 16:39:26 · 3557 阅读 · 11 评论 -
解决Pandas/Matplotlib保存图形时坐标轴标签太长导致显示不全的问题
本篇博客主要解决在使用`pandas`绘制图像并保存时,由于标签太长,导致坐标轴上的标签显示不全的问题,本篇同样适用于解决`matplotlib`绘制图像时出现的这个问题。原创 2021-10-13 15:51:11 · 16391 阅读 · 3 评论 -
解决TensorFlow-GPU 2.x使用GPU报错:Could not load dynamic library ‘libcudnn.so.7‘
本篇博客主要解决在安装`tensorflow-gpu`之后,使用`gpu`训练模型时报错的问题:Could not load dynamic library 'libcudnn.so.7'。不仅如此,几乎涵盖了tensorflow-gpu使用过程中出现的问题。原创 2021-09-28 12:58:00 · 6121 阅读 · 3 评论 -
解决在命令行终端执行Python脚本时提示ModuleNotFoundError: No module named ‘xxxxxxx‘的问题
项目代码在PyCharm中能够正常运行,但是通过命令行终端运行Python脚本时出现ModuleNotFoundError: No module named 'xxxxxxx',本篇博客主要分析这个问题产生的原因,并给出了此问题解决的方法。原创 2021-08-19 20:48:39 · 20330 阅读 · 16 评论 -
不降低PyTorch版本解决AttributeError: module ‘torch.onnx‘ has no attribute ‘set_training‘
本篇博客主要介绍一下在不降低PyTorch版本的情况下,完美解决AttributeError: module ‘torch.onnx‘ has no attribute ‘set_training‘原创 2021-08-17 12:19:05 · 13512 阅读 · 25 评论